Google Play 游戏未在 Android 中进行身份验证
Google Play Games not authenticating in Android
在调试模式下,Google Play Games 显示它正在加载屏幕,我什至可以登录。但是,之后我在干净的消息框中收到此错误:
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 Developer Console 中,所有标记都已打勾。我不明白为什么它不起作用。我应该对 SHA 密钥或客户端 ID 做些什么吗?
我还没有发布我的设置,但它说 The Google Play game services settings are ready to test.
我在测试的同一台设备上使用我的开发者帐户作为测试帐户。
我使用了错误的 SHA1 密钥。我必须创建一个新的 GPGS 游戏并在此页面上执行步骤 3C:https://developers.google.com/games/services/console/enabling
在调试模式下,Google Play Games 显示它正在加载屏幕,我什至可以登录。但是,之后我在干净的消息框中收到此错误:
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 Developer Console 中,所有标记都已打勾。我不明白为什么它不起作用。我应该对 SHA 密钥或客户端 ID 做些什么吗?
我还没有发布我的设置,但它说 The Google Play game services settings are ready to test.
我在测试的同一台设备上使用我的开发者帐户作为测试帐户。
我使用了错误的 SHA1 密钥。我必须创建一个新的 GPGS 游戏并在此页面上执行步骤 3C:https://developers.google.com/games/services/console/enabling