iOS Universal Links / Android App Links when email server changes URL

296 views Asked by At

I am having some troubles with my universal links in iOS and App Links in Android when the email server add a redirect to the URL of the email.

For example, we have a service that sends an email to reset your password. I want that password rest to open the app if it's installed to do the reset. Our corporate email finds the URL in the email and replaces it with a urldefense url. So clicking the password reset goes to urldefense an redirects to the correct url. This "sort" of works in android, but never in iOS. Another example is that outlook/hotmail seems to add an embedded browser of sorts so that doesn't work in android or iOS.

Anyone come across the best way to handle such scenarios? Seems silly to have such a powerful linking tool, yet not account for the fact that most email providers are not using spam/security measures on URLs embedded into emails.

0

There are 0 answers