android - 在 Android App 12500 中实现 Google 登录时出错

标签 android google-signin

我在谷歌登录时收到这个奇怪的错误 12500(有时是 12502)代码。我看到一些与 12501 代码相关的帖子,但似乎没有帮助。还尝试添加 requestIdToken(web_client_id),没有用。请帮忙!

我记录了响应状态,这里是:

Status{statusCode=unknown status code: 12500, resolution=null}

TIA

最佳答案

您可以点击此链接,您将从 Play 商店控制台获取 SHA 并在您的 firebase 控制台上更新它:- https://www.appdome.com/no-code-mobile-integration-knowledge-base/extracting-a-sha-1-fingerprint-from-the-google-play-app-signing-certificate/

然后您就不需要在控制台上更新新的 apk。

您的 firebase 控制台上将有 3 个 SHA1 :-

1) 调试 SHA1。 2) 释放 SHA1。 3) 播放商店控制台 SHA1。

关于android - 在 Android App 12500 中实现 Google 登录时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55849049/

相关文章:

android - 如何使用 Espresso 检查 Viewpager 项目 ID?

android - Google Drive 的 App Data 文件夹的限制是多少?

ios - 类型 'GIDSignIn' 的值没有成员 'presentingViewController'

java - 在 Fragment 中使用 Google 登录按钮

javascript - 自定义谷歌登录按钮并使用服务器数据库进行身份验证

android - Android 中如何知道 View 处于触摸状态

android - 处理 Activity 和 Thread 之间关系的常见做法是什么

android - Intent.setClass错误

ios - Google Play 游戏在 iOS 上登录错误

javascript - 如何在 Node js 的服务器端验证谷歌身份验证 token ?