Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS universal links not working from gmail app

I have implemented iOS universal links to my app and everything is working fine when link is send to email and triggered from mail app, but not works when triggered from gmail app (opens link in embedded browser). I find out that some other app links such as Youtube or TestFlight is working from gmail app. Please help me to find out what I'm doing wrong.

like image 415
Arnoldas Liudžius Avatar asked Aug 31 '16 09:08

Arnoldas Liudžius


1 Answers

Universal Links only work in Gmail under very specific circumstances: the embedded webview needs to be already open, so clicking a Universal Link directly from the text of an email doesn't work. You can find a list with more information here.

It's possible YouTube and TestFlight actually aren't using Universal Links to trigger those apps. I haven't looked at them recently.

like image 136
Alex Bauer Avatar answered Oct 16 '22 04:10

Alex Bauer