Google + 不允许我的游戏开始 "unfortunately, Google+ couldn't set up your profile. Try again later"

Google + not allowing my game to start "unfortunately, Google+ couldn't set up your profile. Try again later"

我试图按照 google 网站上的说明在我的应用程序中设置 Google 播放排行榜。

  1. 我为我的应用创建了排行榜(尚未提交)。
  2. 从 Github 下载了 "Android Basic Samples" 代码,并复制了四个源文件 "BaseGameActivity"、"BaseGameUtils"、"GameHelper"、"GameHelperUtils"。
  3. 更新了我的 AndroidManifest.xml、strings.xml、ids.xml 和 build.gradle
  4. 在我的应用 activity 中,我更改了 class 以扩展 BaseGameActivity。

启动我的应用程序后,我的应用程序立即尝试登录 google play 或其他内容(它显示 Google Play 游戏徽标 "connecting to"),然后显示一条消息

"Create a profile. Unfortunately, Google+ couldn't set up your profile. Try again later."

如果我点击 "Done",然后 Google Play Games 会提示我选择一个帐户。所以我点击我的开发者帐户(另一个选项是创建一个帐户),同样的事情再次发生(它显示 google now 消息)!

我以前从未创建过 Android 应用程序,也从未使用过 Google Play,所以这一切对我来说都是全新的。我该如何解决这个问题?

编辑:如果我只是在 "Google+" 对话框外单击,它就会消失,我的游戏就会开始。同样在循环中,如果我在要求我选择一个帐户时按 "cancel",我的游戏就会开始。但我无法测试排行榜是否正常工作!我该如何解决 ?为什么我需要 google+ 个人资料?

编辑:为什么在设置时遇到问题?我需要使用一些设置来禁用 Google plus 吗?我正在使用 Android 4.4.4 和 android-10,Google Play Services 7.5.0

您应该在开始游戏之前尝试登录您的 g+ 个人资料。问题不在于您的应用程序,而在于排行榜的验证方式。这就是为什么需要 g+ 的原因。 :)

编辑:如果上述操作失败,我会尝试重新创建另一个 g+ 配置文件。如果 that 失败,请联系游戏团队:https://support.google.com/googleplay#topic=3364260&contact=1

祝你好运!