I am working on a flutter app which has a registration flow like this.
- The user selects their Google/Apple id depending on the device
- Then they enter their phone number to get an SMS
- Then they enter the SMS code to verify it
- Then they enter their personal info and enter into the app
This is the flow on Android but on iOS after entering the phone number the in-app browser open a link for a reCAPTCHA verification. I want to disable it as it results in bad user experience.
So, after looking online I enabled push notification and background mode but I am still getting redirected.
There might be something that I missed but can't find what is it.
Any help would be great. Thanks for your time!