I want to redirect our user after password rest , in android/ios
we send a password rest link by email
I tried to use Application Login URI
AndroidManifest.xml
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:scheme="https"
android:host="golderer.000webhostapp.com" />
</intent-filter>
my app link: https://golderer.000webhostapp.com and it is verified on app links assistant. success your app is associated with the selected domains
it is working when links in email / note app , however, it does not redirect the user from the browser instead it opens the link in chrome