2

Google Play 游戏服务有两个错误:

1/ 尝试使用已签名的 APK 登录谷歌游戏服务时出错。

我更新了游戏的第 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*

返回的对话消息是:

应用程序配置不正确。检查包名称和签名证书是否与在开发者控制台中创建的客户端 ID 匹配。此外,如果应用程序尚未发布,请检查您尝试登录的帐户是否列为测试人员帐户。有关更多信息,请参阅日志。

当然,我控制了应用程序的标识符,SHA1签名,没有什么要报告的。我删除/添加了应用程序的签名,总是同样的问题。我的游戏正在测试中,我检查了 2 个测试人员列表,没有要报告的内容,我删除/添加所有测试人员没有任何变化。最后,我进入了 Google Play Game Service 的发布,仍然无法连接到 google game play 服务。

现在只有调试版本可以毫无问题地连接游戏服务。

从那以后,我注意到有时会在“APK 文件”页面的控制台中出现配置错误消息。

2/ Google Play 开发者控制台错误:成就和排行榜页面出现意外错误

我最近在控制台上添加了一项成就。完全没有问题。这个成功被添加到了成功的列表中,并且被我的游戏所认可。

第二天,无法在控制台中列出成就和排行榜:错误消息出现空白页意外错误。请稍后再试。在我的游戏中,没有问题。

目前我没有解决方案的想法,请帮助我!

4

1 回答 1

1

如果它能给你带来一些安慰,我在控制台上有同样的问题(#2)。我已经在网上阅读了有关该问题的一些主题,建议先注销然后再次登录,但这并没有为我解决问题。

我认为这是与 Google 相关的,而不是项目问题。

于 2013-11-15T09:40:19.977 回答