admin管理员组文章数量:1026989
I’m facing an issue where Firebase Authentication for phone verification works perfectly on iOS, but fails on Android with the following error message:
I/PlayCore(12548): UID: [10282] PID: [12548] IntegrityService : requestIntegrityToken(IntegrityTokenRequest{nonce=TAIswWqiEjMaLAH6-tOrTaGrMvhqeGJx-eoOAxAkGPM, cloudProjectNumber=551503664846, network=null})
I/PlayCore(12548): UID: [10282] PID: [12548] IntegrityService : Initiate binding to the service.
I/PlayCore(12548): UID: [10282] PID: [12548] IntegrityService : ServiceConnectionImpl.onServiceConnected(ComponentInfo{com.android.vending/com.google.android.finsky.integrityservice.IntegrityService})
I/PlayCore(12548): UID: [10282] PID: [12548] IntegrityService : linkToDeath
I/PlayCore(12548): UID: [10282] PID: [12548] OnRequestIntegrityTokenCallback : onRequestIntegrityToken
I/PlayCore(12548): UID: [10282] PID: [12548] IntegrityService : Unbind from service.
W/System (12548): Ignoring header X-Firebase-Locale because its value was null.
W/BpBinder(12548): PerfMonitor binderTransact : time=513ms interface=com.google.android.gms.auth.api.phone.internal.ISmsRetrieverApiService code=1
E/FirebaseAuth(12548): [SmsRetrieverHelper] SMS verification code request failed: unknown status code: 17499 BILLING_NOT_ENABLED
D/FirebaseAuth(12548): Invoking original failure callbacks after phone verification failure for +9779806090xxx, error - An internal error has occurred. [ BILLING_NOT_ENABLED ]
Environment:
Firebase: Authentication with Phone Sign-In
Platforms:
iOS: Working fine
Android: Fails with "BILLING_NOT_ENABLED"
On Android, the app is currently in debug mode and not distributed via the Play Store. Tested with release version and added a release version fingerprints as well on firebase.
The Firebase project is on the paid/blaze plan.
I’m facing an issue where Firebase Authentication for phone verification works perfectly on iOS, but fails on Android with the following error message:
I/PlayCore(12548): UID: [10282] PID: [12548] IntegrityService : requestIntegrityToken(IntegrityTokenRequest{nonce=TAIswWqiEjMaLAH6-tOrTaGrMvhqeGJx-eoOAxAkGPM, cloudProjectNumber=551503664846, network=null})
I/PlayCore(12548): UID: [10282] PID: [12548] IntegrityService : Initiate binding to the service.
I/PlayCore(12548): UID: [10282] PID: [12548] IntegrityService : ServiceConnectionImpl.onServiceConnected(ComponentInfo{com.android.vending/com.google.android.finsky.integrityservice.IntegrityService})
I/PlayCore(12548): UID: [10282] PID: [12548] IntegrityService : linkToDeath
I/PlayCore(12548): UID: [10282] PID: [12548] OnRequestIntegrityTokenCallback : onRequestIntegrityToken
I/PlayCore(12548): UID: [10282] PID: [12548] IntegrityService : Unbind from service.
W/System (12548): Ignoring header X-Firebase-Locale because its value was null.
W/BpBinder(12548): PerfMonitor binderTransact : time=513ms interface=com.google.android.gms.auth.api.phone.internal.ISmsRetrieverApiService code=1
E/FirebaseAuth(12548): [SmsRetrieverHelper] SMS verification code request failed: unknown status code: 17499 BILLING_NOT_ENABLED
D/FirebaseAuth(12548): Invoking original failure callbacks after phone verification failure for +9779806090xxx, error - An internal error has occurred. [ BILLING_NOT_ENABLED ]
Environment:
Firebase: Authentication with Phone Sign-In
Platforms:
iOS: Working fine
Android: Fails with "BILLING_NOT_ENABLED"
On Android, the app is currently in debug mode and not distributed via the Play Store. Tested with release version and added a release version fingerprints as well on firebase.
The Firebase project is on the paid/blaze plan.
本文标签:
版权声明:本文标题:google cloud platform - Firebase OTP SMS working on IOS but not on android. says 'unknown status code: 17499 BILLING_NOT 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745666600a2162212.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论