Error getGoogleAppId failed with status: 10 Android KitKat – GCM and Google Drive
Error getGoogleAppId failed with status: 10 Android KitKat – GCM and Google Drive
I was seeing the same error logs in an app that has Google Drive and Google Analytics enabled. Those capabilities appeared to be working fine, despite the error messages. When I started experimenting with addition of GCM, I configured and installed a new google-services.json
file. The error messages disappeared after that. Try refreshing your google-services.json
file. This worked for @MrsEd (see comment above on question).
I was facing the same issue.
I was using:
compile com.google.android.gms:play-services:8.0.1
When I changed it to the latest one, it started working.
In my case it was
compile com.google.android.gms:play-services:9.2.1
Error getGoogleAppId failed with status: 10 Android KitKat – GCM and Google Drive
getGoogleAppId failed with status: 10
Uploading is not possible. App measurement disabled
Happens if you have an app that queries the Google License server but does not have the credentials to run and the License check fails.
For instance,
- running a licensed app on an unlicensed device.
- During development of a paid app on multiple devices, or emulators, where the device does have a paid for Google License.