Post

Replies

Boosts

Views

Activity

Reply to Redirect on apple-app-site-association does not break Universal Links
Sorry to bring back to life this thread after 5 years, but is the best reference I could find. I experience the same: I have the association file hosted at www.domain.com/.well-known/apple-app-site-association (with www) The url domain.com/.well-known/apple-app-site-association (without www) redirects with code 301 to link above My app has in the entitlements the url domain.com (without www), and does NOT have the url www.domain.com (with www) Universal link domain.com/something (without www) works as expected, opening the app I would expect universal link domain.com/something to not work, following the documentation that says: Separately, if you’re proxying the subdomain, make sure iOS doesn’t see that as any sort of redirect. Otherwise the apple-app-site-association file won’t be scraped at all (common Universal Link implementation issue). Would greatly help if Apple could provide some more information about this given the difference in documentation VS implementation.
Oct ’23