【发布时间】:2016-02-01 06:32:43
【问题描述】:
我已将 google play 游戏服务集成到我的应用程序中,并且我已在 playstore 中部署该应用程序以进行 aplha 测试。我还为测试人员添加了正确的电子邮件 ID,并且我已经正确配置了 SHA5。但我收到了如下屏幕截图所示的错误。
我可以在 android studio logcat 中看到以下日志
**** APP NOT CORRECTLY CONFIGURED TO USE GOOGLE PLAY GAME SERVICES
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** This is usually caused by one of these reasons:
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** (1) Your package name and certificate fingerprint do not match
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** the client ID you registered in Developer Console.
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** (2) Your App ID was incorrectly entered.
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** (3) Your game settings have not been published and you are
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** trying to log in with an account that is not listed as
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** a test account.
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: ****
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** To help you debug, here is the information about this app
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** Package name : com.purvotara.makeit24
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** Cert SHA1 fingerprint: 27:EF:8E:62:7E:34:8E:B2:C6:47:A2:57:A9:EB:99:70:AC:40:D2:B2
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** App ID from : 978150775748
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: ****
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** Check that the above information matches your setup in
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** Developer Console. Also, check that you're logging in with the
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** right account (it should be listed in the Testers section if
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** your project is not yet published).
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: ****
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** For more information, refer to the troubleshooting guide:
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** http://developers.google.com/games/services/android/troubleshooting
请帮忙解决这个问题。
【问题讨论】:
标签: android cordova google-play-services android-sdk-tools