Google Play Services resultCode = 10004

前端 未结 2 2047
时光取名叫无心
时光取名叫无心 2021-01-21 10:52

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, confi

2条回答
  •  梦谈多话
    2021-01-21 11:11

    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

提交回复
热议问题