簡體   English   中英

Google Play開發者控制台錯誤:簽名的APK配置錯誤,成就和排行榜意外錯誤

[英]Google Play Developer Console Errors : Signed APK Config Error, Achievements and Leaderboards unexpected error

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 Console中創建的客戶端ID匹配。 另外,如果尚未發布應用程序,請檢查您嘗試登錄的帳戶是否已列為測試者帳戶。 請參閱日志以獲取更多信息。

當然,我控制了應用程序的標識符,SHA1簽名,沒有任何要報告的內容。 我刪除/添加了應用程序的簽名,始終是同樣的問題。 我的游戲正在測試中,我檢查了2個測試人員列表,沒有任何報告,我刪除/添加了所有測試人員,沒有更改。 最后,我進入了出版物Google Play Game Service,但仍然無法連接到Google Game Play服務。

現在只有調試版本可以與Game Service連接,而不會出現任何問題。

此后,我注意到有時控制台中的“ APK文件”頁面上會出現配置錯誤消息。

2 / Google Play開發者控制台錯誤:“成就和排行榜”頁面中出現意外錯誤

我最近在控制台上添加了一項成就。 完全沒有問題。 這個成功被添加到成功列表中,並被我的游戲所認可。

第二天,不可能在控制台中列出成就和排行榜:錯誤消息顯示為空白頁出現意外錯誤。 請稍后再試。 在我的游戲中,沒問題。

目前,我不知道解決方案,請幫幫我!

如果可以為您帶來一些幫助,則在控制台上我遇到了同樣的問題(#2)。 我已經在網上閱讀了有關此問題的一些主題,並且先簽名然后再次登錄,但這並不能解決我的問題。

我認為這與Google相關,而不是項目問題。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM