处理flutter和google play游戏

Posted

技术标签:

【中文标题】处理flutter和google play游戏【英文标题】:Dealing with flutter and google play games 【发布时间】:2020-09-29 18:31:57 【问题描述】:

在 Google 游戏中是否有任何身体成功迹象与颤振? 我将 Google Play 控制台与 Firebase 和颤振应用程序相关联,并且链接成功, sha1、sha256、clientId、appId也可以, 但我总是得到: 意外错误状态statusCode=未知状态码:12501,分辨率=null 使用库 game_services 登录 Google 游戏时

GamesServices.signIn();

【问题讨论】:

【参考方案1】:

12501 表示 USER_CANCELLED。参考:https://developers.google.com/android/reference/com/google/android/gms/auth/api/signin/GoogleSignInStatusCodes

这可能意味着登录活动未能正确显示或被过早关闭。您可能需要检查您的测试设备上的 google play 游戏应用是否是最新的。

【讨论】:

以上是关于处理flutter和google play游戏的主要内容,如果未能解决你的问题,请参考以下文章

使用上传密钥为您的 Flutter 应用签名(Google Play 的应用签名)

Google Play 游戏服务成就加载

在 Google Play 游戏服务中跟踪输赢

自动保存到 Google Play 云保存

Google Play 游戏服务退出回调

Android 模拟器上的 Google Play 服务和 Google Play 游戏应用