I recently installed latest versions of android studio. I tried App Quality Insights from Firebase Crashlytics. When I tired to open in my android studio it giving me some warning.
Permission denied : The caller does not have permission
I already tried to select the package but nothinf works.
I had the same problem.
Solution: It's a configuration issue. The open Google account on Android Studio does not have access to the Firebase project. If you add Google account as user to Firebase project the problem is solved.
Related
It seems that this package is not working for versions v71 of Xamarin.Firebase libraries.
I have tried all the steps still getting the error:
Fabric.Services.Concurrency.UnmetDependencyException: 'This app relies on Crashlytics. Please sign up for access at https://fabric.io/sign_up,
install an Android build tool and ask a team member to invite you to this app's organization.'
Anybody knows how to make this work?
Thanks.
I created an android application on Android studio 3.4.2 and integrated Firebase using the firebase assistant tool provided on Android studio.There is no problem with using the features of Firebase on the app but when going to the developer's console of Firebase and going to the project overview, it appears as if the the sdk setup is not finished ,I tried following the sdk setup steps provided and the setup won't finish at the last stage i.e, "checking if the app has communicated with our servers,you may need to uninstall and reinstall the app". I've uninstalled my app and reinstalled it but doesn't seem to be registering the app on the Firebase server.
I've tried restarting the internet, Uninstalled my app and reinstalled,made sure net connectivity are okay on both emulator and pc
Check your Firebase console projects, Is there any project with the same package name?. If there is any please remove and try again.
I am trying to add Firebase to the android app using Cordova to implement push notification.
so for I was able to add 'google-services.json' to the root of the project.
however when I am trying to build an android app using the command
cmd>cordova build
it's giving me following error.
Could not resolve all dependencies for configuration ':_debugApkCopy'.
Could not find com.google.firebase:firebase-core:9.0.0.
this is occurring despite adding google play services plugin to Cordova.
I am new to hybrid app building , please help me on this.thanks
You need 'Android support Repository'. Open sdk manager check weather this is installed or not. Install/Update it. If already installed, you may need to uninstall and reinstall Android support repository. then restart your PC
You may also install google play services and google repository. many plugins may require these two.
I am trying to integrate Facebook Authentication in my Android app, but it is throwing This Server Error 1675030 with error executing "ProxyAuthAppLoginQuery".
I have double checked everything and everything seems in place. The authentication does succeed if there is no facebook app installed but fails while authenticating with Facebook app installed.
Some Information regarding stuff:
Facebook SDK : 4.22.1
Facebook API : v2.9
Android Compile and Target SDK version : 25
Android Build Tools : 25.0.3
Other than that I have also set app available to public so there may be no permission restriction even while testing
So after trying many different combination and fixes it turned out there was nothing wrong with api, sdk or anything.
Basically I was a Beta tester for facebook app and had its beta version installed, leaving the beta tester position uninstalling and installing the stable version of facebook worked for me
Hope it helps someone out there..
I am facing a very different problem with Android permission : android.permission.READ_LOGS with the target sdk v22.
This permission was not present in old version of the app v1.1 and I introduced this permission in v1.2 to read logs.
Now, when I update the app from v1.1 to v1.2, manually from the apk placed in the phone locally, I don't see any warning that there was any new permission added with the newer version of the app and if I install the same version from the Google play store, I see a warning that there is a new permission added with this version of the app.
The more strange thing for me is to see that the phone doesn't show this permission in the permission section in the app settings at all.