we are currently stuck with this feature so I want to give it a shot by asking here ..
We want to implement universal links. User receives sms with http link and the url should be passed to the app if installed - if not to safari where there is a download link to the store .. so far so easy.
I used basically the tutorial from ray wenderlich and the apple docs but its not working because .. I guess the web server where the file "apple-app-site-association" is stored needs to reachable from external - right? Atm we are developing completely internal so the web server is currently not reachable.
Could this be the problem? Didn't find precise information about that in the docs... its just saying "upload it to your web server in the root dir .." but no more details.
Thanks in the advance for every help.