In the past, reCaptcha was used as a fallback for the SafetyNet API. However, since February 2023, no new project can use the SafetyNet API anymore. It seems like the successor - the Play Integrity API - cannot do the same job as the SafetyNet API.
All the time I'm getting a reCaptcha verification "Verifying you're not a robot...". This is not only for "native Android apps" but I heard also people complaining with React Native or Flutter apps about that problem.
I enabled the Play Integrity API in my Play Console and also linked it to my Firebase project as you can see in the following screenshots.
I also contacted the Google Support about that but to be honest that was very confusing. We exchanged a lot of emails and a lot of suggestions were to use the SafetyNet API (which is impossible because its not even listed anymore on GCP). In one email they write:
Unfortunately, we are unable to provide a timeline for Play Integrity API phone authentication implementation. For now, you can use reCAPTCHA verification for phone number authentications. SafetyNet deprecation is not related to reCAPTCHA API. The two SafetyNet APIs are independent, and the Attestation API deprecation will not affect the reCAPTCHA API. You can still use this API even after migrating to Play Integrity API.
Am I doing something wrong here? What are your suggestions to solve it?