Я столкнулся с проблемой, из-за которой проверка подлинности Firebase для проверки телефона отлично работает на iOS, но не работает на Android со следующим сообщением об ошибке:
iOS: Working fine
Android: Fails with "BILLING_NOT_ENABLED"
Тестирование.
На Android приложение в настоящее время находится в режиме отладки и не распространяется через Play Store. Протестировано с выпускной версией, а также добавлены отпечатки выпускной версии в Firebase.
Я столкнулся с проблемой, из-за которой проверка подлинности Firebase для проверки телефона отлично работает на iOS, но не работает на Android со следующим сообщением об ошибке: [code]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 ]
[/code] [b]Среда:[/b] Firebase: аутентификация с помощью входа в систему с помощью телефона Платформы: [code] iOS: Working fine
Android: Fails with "BILLING_NOT_ENABLED" [/code] Тестирование. На Android приложение в настоящее время находится в режиме отладки и не распространяется через Play Store. Протестировано с выпускной версией, а также добавлены отпечатки выпускной версии в Firebase.