Universal Links Debugging on iOS 13
https://twitter.com/grynspan/status/1136294209328041993
iOS's Universal Link is an useful technology linking URL between websites and native apps. When it works, it works like magic.π§ββοΈ
But when an Universal Link is not working, debugging on it is...
ethanhuang13.hashnode.dev
Juan Pablo Garcia Dalolla
Guys in my case I solved the issue by prepending the /.well-known/ in the url. It seems that apple deprecated the yourdomain.xxx/apple-app-site-association.
So make sure you are serving it like this: yourdomain.xxx/.well-known/apple-app-site-associa⦠Hope it helps!