Google Play开发者控制台错误:签名APK配置错误,成就和排行榜意外错误

时间:2013-11-14 09:26:37

标签: android google-play-services google-play-games

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连接。

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

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

我最近在控制台上添加了一项成就。没问题。这一成功很大程度上被添加到了成功列表中,并被我的游戏所认可。

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

目前我不知道解决方案,请帮助我!

1 个答案:

答案 0 :(得分:1)

如果它可以带给你一些解脱,我在控制台上遇到同样的问题(#2)。 我已经在网上阅读了一些关于这个问题的主题,并且已经通过注销然后再次登录,但它并没有为我解决问题。

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