当我尝试让用户通过 Google 游戏服务(使用 GameHelper 类)登录 Google+ 时,登录失败并显示以下日志消息:
05-16 17:34:44.620: ERROR/Volley(26441): [2299] il.a: Unexpected response code 400 for https://www.googleapis.com/games/v1whitelisted/applications?language=en_GB&platformType=ANDROID
05-16 17:34:44.620: ERROR/GameAgent(26441): Unable to retrieve 1P application xxxxxxxxxxxxxx.apps.googleusercontent.com from network
05-16 17:34:44.625: INFO/GameAgent(26441): {"code":400,"errors":[{"message":"Invalid applicationId with value xxxxxxxxxxxxxxxx.apps.googleusercontent.com","domain":"global","reason":"invalid"}]}
05-16 17:34:44.645: ERROR/CheckGameplayAcl(27604): Unable to load metadata for game
我已将所有元数据等正确添加到我的应用程序和开发人员控制台中,因此它应该可以工作。