Google 在 android 游戏中玩游戏服务配置不当

Improper configured Google play game services in android game

我在 android 游戏中使用了 Google 玩游戏服务。但是当我从测试帐户下载它时,我得到 "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." 首先,Google 开发者帐户所有者不是我。我是它的"Manger"。 所以我知道只有所有者才能请求 OAuth 2.0 客户端 ID。 这个ID是我自己拿来的,在游戏中使用的。 现在我删除了这个客户 ID 并要求我的所有者获得一个。即使在这样做之后我的问题还没有解决。 更重要的一点是,我为 Google 游戏服务 debug.keystore 而不是 release.keystore 提供了 SHA1 密钥。 我的游戏服务已经发布,无法删除

有什么建议或帮助吗?在这些情况下我能做什么? 我应该取消发布游戏吗?它会让我的所有者重新创建游戏服务吗?

Check that the package name and signing certificate match the client ID created in Developer Console

检查 Google Developer Console 给定的权限是否为您的 Package Name 正确授予。