我有一個現有的Android應用程序(https://play.google.com/store/apps/details?id=fr.pixelprose.dice)使用玩遊戲服務多年...自6月末以來,我沒有升級它,排行榜,登錄等運作良好。 ..升級到gms服務後玩遊戲服務不工作8.1
上週,我試圖從7.x的ugrade播放服務到8.1,並按照這裏介紹的步驟,以獲得分析配置文件:https://developers.google.com/analytics/devguides/collection/android/v4/
從此以後,沒有人可以再記錄在我的應用程序,使用已發佈的版本和正在開發的版本,我得到:
03 13:25:18.815 9741-27255/? E/SignInIntentService: There is no linked app associated with this client ID.
10-03 13:25:18.815 9741-27255/? E/SignInIntentService: com.google.android.gms.games.server.error.GamesException
10-03 13:25:18.815 9741-27255/? E/SignInIntentService: at com.google.android.gms.games.server.GamesServer.getResponseBlocking(GamesServer.java:164)
10-03 13:25:18.815 9741-27255/? E/SignInIntentService: at com.google.android.gms.games.broker.PlayerAgent.getPlayerFromNetwork(PlayerAgent.java:1700)
10-03 13:25:18.815 9741-27255/? E/SignInIntentService: at com.google.android.gms.games.broker.PlayerAgent.fetchPlayer(PlayerAgent.java:621)
10-03 13:25:18.815 9741-27255/? E/SignInIntentService: at com.google.android.gms.games.broker.DataBroker.loadSelf(DataBroker.java:920)
10-03 13:25:18.815 9741-27255/? E/SignInIntentService: at com.google.android.gms.games.service.PlayGamesSignInIntentService$LoadSelfOperation.executeInternal(PlayGamesSignInIntentService.java:402)
10-03 13:25:18.815 9741-27255/? E/SignInIntentService: at com.google.android.gms.games.service.PlayGamesSignInIntentService$BaseOperation.execute(PlayGamesSignInIntentService.java:51)
10-03 13:25:18.815 9741-27255/? E/SignInIntentService: at com.google.android.gms.games.service.PlayGamesSignInIntentService$OperationAdapter.execute(PlayGamesSignInIntentService.java:487)
10-03 13:25:18.815 9741-27255/? E/SignInIntentService: at com.google.android.gms.chimera.BaseAsyncOperationService$OperationTask.run(BaseAsyncOperationService.java:179)
10-03 13:25:18.815 9741-27255/? E/SignInIntentService: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
10-03 13:25:18.815 9741-27255/? E/SignInIntentService: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
10-03 13:25:18.815 9741-27255/? E/SignInIntentService: at java.lang.Thread.run(Thread.java:818)
10-03 13:25:18.826 25900-25900/? E/LoadSelfFragment: Unable to sign in - application does not have a registered client ID
但是:
- 應用程序仍然鏈接到正確的項目ID在劇中developper控制檯(https://play.google.com/apps/publish)
- 該項目仍處於雲控制檯存在https://console.developers.google.com/project
- 清單參考權APP_ID
如何擺脫由設置分析引入的缺失配置:https://developers.google.com/mobile/add ???
你能澄清一下other_id是什麼嗎? – kyleED
非常感謝。過去兩天我一直在爲此苦苦掙扎。你只是救了我的理智! – Nick