简体   繁体   English

即使我在 firebase 控制台中更新了 sha1,在 Play 商店中发布 .apk 后,firebase 电话身份验证也不起作用

[英]firebase phone authentication not working after .apk released in play store even after I have updated sha1 in firebase console

Firebase phone authentication not working after .apk released in play store even after I have updated sha1 in firebase console after that I have generated google- services.json again and updated json file in android studio project. Firebase 电话身份验证在 Play 商店中发布.apk后不起作用,即使我在 firebase 控制台中更新了sha1之后,我再次生成了 google- services.json并在 android studio 项目中更新了 json 文件。

There was many other sha1 was also present in firebase console project setting should I delete them before generating new google-services.json如果我在生成新的 google-services.json 之前删除它们,firebase 控制台项目设置中还存在许多其他 sha1

When you upload an app to the play store then the play store creates a new certificate called "App signing certificate".当您将应用程序上传到 Play 商店时,Play 商店会创建一个名为“App 签名证书”的新证书。 This will contain the SHA1 certificate that you require.这将包含您需要的 SHA1 证书。 It can be found at:它可以在以下位置找到:

Select App -> Under Release -> Setup -> App Sigining on your play console.在您的游戏控制台上选择 App -> Under Release -> Setup -> App Sigining。 Copy SHA1 and paste it in your Go to Console -> Select Project -> Project Settings -> Under General Tab -> Under Your Apps -> Select App -> Add SHA1 fingerprint.复制 SHA1 并将其粘贴到您的 Go to Console -> Select Project -> Project Settings -> Under General Tab -> Under Your Apps -> Select App -> Add SHA1 指纹。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我应该在“发布”apk 后删除 firebase 中的 SHA1 调试密钥吗? - Shall I delete SHA1 debug key in firebase after having 'release' apk? Firebase 创建签名 APK 后电话身份验证不起作用 - Firebase Phone Authentication not working after creating a signed APK 即使从sha1生成新密钥后,签名发布的apk也不会显示google map - google map not displayed upon signed released apk even after getting new key generated from sha1 Firebase 电话验证仅在发布模式下不启动 OTP,但即使在为发布模式添加 sha1 后也可以在调试模式下工作 - Firebase phone auth not initiating OTP only in release mode but works on Debug mode even after added sha1 for release mode 将apk上传到Google Play商店后,Firebase身份验证失败并显示“Developer Error” - Firebase Authentication is failing with “Developer Error” after uploading apk to google play store 即使使用相同的密钥库,更新apk SHA1也会有所不同 - Updating apk SHA1 differs even after using same keystore 使用两个sha1键在Play商店中发布后,Google登录无法正常工作 - Google sign in not working after publishing in play store with having two sha1 keys 在生成签名的APK后(Google登录),Firebase身份验证不起作用 - Firebase Authentication is not working after signed APK generation (Google sign in) Firebase 电话身份验证 SMS 自动填充在更改 package 名称和密钥存储后停止工作 - Firebase Phone Authentication SMS autofill stopped working after changing package Name and Key store 我在 Andriod 中生成签名的 apk 后,电话身份验证不起作用 - Phone authentication is not working after i generate the signed apk in Andriod
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM