Google Play Services Resultcode = 10004
I used the google demo example TypeANumber from developer.android.com/training. I configured the app correctly in the play.google.com developer console, even published it, configur
Solution 1:
I didn't link the game service with the application where the debug key was set. You have to link your service twice with your application, one time your package name with the release key fingerprint and one time your package name with the debug key fingerprint as described in https://developers.google.com/games/services/console/enabling#c_specify_client_id_settings
There is a similar question: Google Play Games - Application in alpha/beta test - Error 10004 at sign-in RESULT APP MISCONFIGURED
Post a Comment for "Google Play Services Resultcode = 10004"