Google Play 游戏无法在 Android 中进行身份验证
Posted
技术标签:
【中文标题】Google Play 游戏无法在 Android 中进行身份验证【英文标题】:Google Play Games not authenticating in Android 【发布时间】:2016-05-11 23:09:53 【问题描述】:在调试模式下,Google Play 游戏显示它正在加载屏幕,我什至可以登录。但是,之后我在一个干净的消息框中收到此错误:
The application is incorrectly configured. Check that the package name and signing certificate match the client ID created in Developer Console. Also, if the application is not yet published, check that the account you are trying to sign in with is listed as a tester account. See logs for more information.
在发布模式下,游戏崩溃,我在 android Studio 中收到此错误:
Access Not Configured. The API (Google Play Game Services API) is not enabled for your project. Please use the Google Developers Console to update your configuration.
在 Google Play 开发者控制台中,所有标记都已打勾。我不明白为什么它不起作用。我应该对 SHA 密钥或客户端 ID 做些什么吗?
我还没有发布我的设置,但上面写着The Google Play game services settings are ready to test.
我使用我的开发者帐户作为测试帐户,在我正在测试的设备上使用。
【问题讨论】:
【参考方案1】:我使用了错误的 SHA1 密钥。我必须创建一个新的 GPGS 游戏并在此页面上执行步骤 3C:https://developers.google.com/games/services/console/enabling
【讨论】:
以上是关于Google Play 游戏无法在 Android 中进行身份验证的主要内容,如果未能解决你的问题,请参考以下文章
Google Play 游戏服务 (GPGS) 实时多人游戏 (RTMP) 在 Android 上永远无法匹配(iOS 工作)
Unity Android 游戏可以使用 Google Play 游戏插件登录,但无法从排行榜加载分数