Google play services returning a token signed with a non-Google key Google play services returning a token signed with a non-Google key android android

Google play services returning a token signed with a non-Google key


A bit late, but for anyone experiencing the same, I would suggest to check the Installer of your app.

Using PackageManager.getInstallerPackageName()

getInstallerPackageName (String packageName) Retrieve the package nameof the application that installed a package. This identifies whichmarket the package came from

If the value is "com.android.vending" then the app was installed from the Play Store otherwise handle the other vendors.