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!