电话验证otp消息未在单独的apk中接收到,仅在调试apk中起作用

时间:2018-12-25 06:18:31

标签: android firebase firebase-authentication

我在Android应用中集成了Firebase移动验证,但仅在调试APK中有效;而不是发布apk(发布版本中未收到otp)

implementation 'com.google.firebase:firebase-auth:16.0.2'

此外,我生成了SHA1并粘贴到Firebase配置中,而我的google-service.json是最新版本。

1 个答案:

答案 0 :(得分:2)

来自this的答案。

  • 从开发者控制台获取SHA-1证书指纹并将其放入 在Firebase中。

enter image description here