错误_未_授权(播放服务)

时间:2018-09-11 10:12:31

标签: google-play-services clientid

我的游戏已发布,原因是我意外删除了云控制台中的客户端ID,该客户端ID已链接到游戏中的服务中,造成极大混乱;有什么解决方案可以取消与已删除的客户端ID的链接,或者我可以检索已删除的客户端ID

注意:我在一个项目中有多个客户端ID,并且都与我的游戏相关联,因此我删除了3个中的2个,现在现有的客户端ID太链接了,但是它不起作用,现在我遇到了这个问题。

[Play Games Plugin DLL] 09/11/18 15:38:51 +05:30 DEBUG: Activating PlayGamesPlatform.
[Play Games Plugin DLL] 09/11/18 15:38:51 +05:30 DEBUG: PlayGamesPlatform activated: GooglePlayGames.PlayGamesPlatform
[Play Games Plugin DLL] 09/11/18 15:38:51 +05:30 DEBUG: Creating platform-specific Play Games client.
[Play Games Plugin DLL] 09/11/18 15:38:51 +05:30 DEBUG: Creating Android IPlayGamesClient Client
[Play Games Plugin DLL] 09/11/18 15:38:51 +05:30 DEBUG: Starting Auth Transition. Op: SIGN_IN status: ERROR_NOT_AUTHORIZED
[Play Games Plugin DLL] 09/11/18 15:38:51 +05:30 DEBUG: Invoking callbacks, AuthState changed from silentPending to Unauthenticated.
[Play Games Plugin DLL] 09/11/18 15:38:51 +05:30 DEBUG: there are pending auth callbacks - starting AuthUI
[Play Games Plugin DLL] 09/11/18 15:38:51 +05:30 DEBUG: AuthState == Unauthenticated calling auth callbacks with failure
[Play Games Plugin DLL] 09/11/18 15:38:51 +05:30 DEBUG: Invoking user callback on game thread

1 个答案:

答案 0 :(得分:0)

如果您的应用程序使用的是通过Google Developers Console生成的客户端ID并删除了该客户端ID,则您必须创建一个新ID并重新编译您的应用程序。 请按照此处有关如何Set Up Google Play Game Services的步骤进行操作。

有关更多信息,您还可以查看有关从Google Analytics请求删除数据的文档。