104 questions
1
vote
0
answers
173
views
Do we need migrate safetynet recaptcha to Recaptcha enterprise for Android
Based on the deprecation notice at https://cloud.google.com/recaptcha/docs/deprecation-policy-mobile, "Safetynet reCAPTCHA" has been deprecated and turned off in Q3 2025. Are Android apps ...
0
votes
1
answer
121
views
Firebase phone auth not working in real Android device debugging
I'm trying to use Firebase phone authentication for my Android application developed using react-native. I have followed the below docs and completed the setup.
https://rnfirebase.io/auth/phone-auth
...
0
votes
1
answer
346
views
Using key implement Play Integrity in Android
I was using SafetyNet till now for playstore key validation but now we can't use SafetyNet. So I have made the changes in code. The issue I am facing is, I am not able test if the implementation is ...
1
vote
1
answer
347
views
Alternative method of listHarmfulApps() in play integrity API
We are using listHarmfulApps() method from SafetyNet API to get list of harmful app install on user device. As we are migrating to play integrity API.
What is the alternative of this method in play ...
1
vote
0
answers
70
views
How to avoid reCAPTCHA verification while using firebase phone auth in react native app?
The SafetyNet Api is disable and now we need to integrate Google Play Integrity API but not sure how to do it in React native app to avoid reCAPTCHA verification.
Tried steps mention in react-native-...
0
votes
0
answers
2k
views
Disable reCaptcha in firebase phone-auth (OTP) android
After entering phone number Recaptcha is showing for a few seconds.
Foloowed this qestion: How to disable reCaptcha in firebase phone-auth (OTP) android?
But the Android DeviceCheck API is deprocated.
...
3
votes
0
answers
2k
views
Flutter Firebase Phone Auth .apk Missing valid app identifier, neither SafetyNet nor reCAPTCHA checks succeed
currently using Firebase Phone Number Auth, worked well in debug mode in pc, including iPhone and android emulator.
when I "flutter build apk" and put it into my smartphone, the apps prompt
&...
5
votes
0
answers
702
views
Flutter phone authentication with the Play Integrity API
Flutter phone authentication is not working since the safety net device verification is deprecated.
For the new projects created after January 2023, the safety net option is not available. We must use ...
1
vote
0
answers
209
views
Android FIDO2 SDK safetynet attestation format is deprecated
The safetynet attestation api is deprecated, but the FIDO2 SDK(play service) is still return android-safetynet attestation.
{"fmt":"android-safetynet","attStmt":{"...
16
votes
3
answers
4k
views
Validate phone authentication without showing the Recaptcha on Android in February 2023 (Firebase)
I developed an app with Flutter and Firebase that uses the phone authentication feature for Android and IOS. Everything works as expected except that the recaptcha is showing for Android.
To solve ...
0
votes
1
answer
496
views
how to fix safety net api warning in android studio
I am developing kotlin project, when i upload release bundle in google console, following warning arised. How to fix this warning?
1 MESSAGE FOR VERSION CODE 49
Warning
The developer of play-services-...
1
vote
1
answer
258
views
Safetynet to Play Integrity migration - Google Cloud account
When we migrate from the SafetyNet Api to Google Play Integrity Api we need link a PlayStore application to the Google Cloud Project in the Google Play console.
For existing on production application ...
3
votes
1
answer
680
views
how I can use integrity api instead of safetyNet Api in phone login Fragment
how I can use Integrity Api instead of safetyNet Api in phone login Fragment.. I try to upload my App to Google play and my phone login fragment depend on SafetyNet Api which is Deprecated
and when ...
1
vote
0
answers
511
views
SafetyNet Attestation API deprecation
I'm getting this email from Google developers who remembers me to migrate to Play Integrity API.
My app is built using react-native and it uses rnfirebase library for Authentication, storage, and a ...
1
vote
0
answers
151
views
Play Integrity expect behavior for Futter App and how deactivate the API
Recently, Google has deprecated the reCAPTCHA system. I have read the documentation, but it does not mention how the system is validated from the users perspective. One of the most annoying things ...