Apple association file fetched in development but not in TestFlight and App Store
问题 Universal links work perfectly fine in development, but once I sign the applications and deploy them to TestFlight and App Store, it looks like the apple-app-site-association is not fetched and therefore the app isn't registered for oppening the universal links. 1. /.well-known/apple-app-site-association file: { "applinks": { "apps": [], "details": [{ "appID": "myteamid.com.mycompany.appName", "paths": ["*"] }] } } The server part looks OK, since it is successfuly fetched whenever I run the