Skip to content Skip to sidebar Skip to footer

Unity: Google Play Authentication Failed When Download From Google Play Store

using android version 6.0, play-games-plugin-for-unity v0.9.38a, unity 5.6.0f3. Build and run direct from PC to android phone is working. Means my setting in google play console an

Solution 1:

Thanks Github issues, I had finally solve the solution. The problem is happen with Google app sign in.

From https://github.com/playgameservices/play-games-plugin-for-unity/issues/1754#issuecomment-304581707

What I did:

Google Play Console -> Select your app -> Release Management -> App signing -> App signing certificate : copy SHA-1 (dont copy word 'SHA1:')

open console.developers.google.com , select your project -> credentials -> OAuth 2.0 client IDs -> Edit OAuth client -> Signing-certificate fingerprint -> replace the old SHA1 with copied SHA1 ->save.

open you game, you should get sign in -> email selection -> select testers email. Google Play Games Services should work fine now.

and here is blog in case someone need it.

https://kyokurosagi.blogspot.my/2017/05/unity-local-login-with-unity-android.html

Post a Comment for "Unity: Google Play Authentication Failed When Download From Google Play Store"