We have an under-development app which we uploaded to TestFlight for testing.
And recently we tried to implement Universal Links and wanna test whether it works on devices.
So we download app from TestFlight and opened web link in safari browser.
What we got is that after retreiving the apple-app-site-association file we put under server root,
instead of launching test app, app store was launched and "content not available" showed up.
Does that mean before releasing our app to App Store, we have no ways to test Universal Links function?
If anyone could give us information on this, it would be a great help.
BTW, we have gone throught programming guide below,
but no related details could be found.
Finally, we found out how to test universal links with TestFlight.
The problem is that the action should be a TAP, yet what we did is entering url directly in safari browser.
So the correct instructions should be:
1. Embed link in any webpage
2. Access this page from Safari Browser
3. Tap the link
And that's all. The app should be launched directly if installed.