【发布时间】:2013-11-27 05:45:55
【问题描述】:
Google Play 游戏服务有两个错误:
1/ 尝试使用已签名的 APK 登录 Google 游戏服务时出错。
我更新了游戏的第 6 版,没有任何问题。在第 7 版中,我的游戏中有此错误:
*10-28 13:35:03.876: W/eph(3638): Authentication error: Unable to respond to any of these challenges: {bearer=WWW-Authenticate: Bearer realm="https://www.google.com/accounts/AuthSubRequest", error=invalid_token}
10-28 13:35:03.886: E/Volley(3638): [61016] iu.a: Unexpected response code 401 for https://www.googleapis.com/games/v1/players/110237988596880924057
10-28 13:35:03.936: E/SignInIntentService(3638): There is no linked app associated with this client ID.
10-28 13:35:03.936: E/SignInIntentService(3638): axj
10-28 13:35:03.936: E/SignInIntentService(3638): at ast.a(SourceFile:151)
10-28 13:35:03.936: E/SignInIntentService(3638): at ajd.a(SourceFile:228)
10-28 13:35:03.936: E/SignInIntentService(3638): at ajd.a(SourceFile:209)
10-28 13:35:03.936: E/SignInIntentService(3638): at ail.a(SourceFile:514)
10-28 13:35:03.936: E/SignInIntentService(3638): at azv.a(SourceFile:202)
10-28 13:35:03.936: E/SignInIntentService(3638): at com.google.android.gms.games.service.GamesSignInIntentService.onHandleIntent(SourceFile:324)
10-28 13:35:03.936: E/SignInIntentService(3638): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
10-28 13:35:03.936: E/SignInIntentService(3638): at android.os.Handler.dispatchMessage(Handler.java:99)
10-28 13:35:03.936: E/SignInIntentService(3638): at android.os.Looper.loop(Looper.java:137)
10-28 13:35:03.936: E/SignInIntentService(3638): at android.os.HandlerThread.run(HandlerThread.java:61)
10-28 13:35:03.946: E/LoadSelfFragment(3788): Unable to sign in - application does not have a registered client ID*
返回的对话框消息是:
应用程序配置不正确。检查包名 并且签名证书与在 Developper 中创建的客户端 ID 匹配 安慰。另外,如果应用程序尚未发布,请检查该帐户 您尝试登录的帐户被列为测试人员帐户。查看日志 了解更多信息。
当然,我控制了应用程序的标识符,SHA1 签名,没有什么要报告的。 我删除/添加了应用程序的签名,总是同样的问题。 我的游戏正在测试中,我检查了 2 个测试人员列表,没有要报告的内容,我删除/添加所有测试人员没有任何变化。 最后,我进入了 Google Play Game Service 的发布,仍然无法连接到 google game play service。
现在只有调试版本可以毫无问题地连接游戏服务。
从那以后,我注意到有时会在“APK 文件”页面的控制台中显示配置错误消息。
2/ Google Play 开发者控制台错误:成就和排行榜页面出现意外错误
我最近使用控制台添加了一项成就。完全没有问题。这次成功被我的游戏大大添加到了成功列表中并得到了认可。
第二天,无法在控制台中列出成就和排行榜:错误消息出现空白页意外错误。请稍后再试。在我的游戏中,没问题。
目前我不知道解决方案,请帮助我!
【问题讨论】:
-
自签名问题阻止我的开发以来已经 2 个月了,项目团队的回应?
-
一个解决方案,对我来说它是有效的! stackoverflow.com/questions/20756769/…
标签: android google-play-services google-play-games