Post

Replies

Boosts

Views

Activity

Apple-App-Site-Association (AASA) behind VPN but Phone is in VPN
Hi,we are currently trying to test universal links also on our development server which is behind a VPN. From my understanding, correct if I am wrong, I thought it is enough that during app installation, the corresponding device (iPhone) is also connected via VPN so that iOS is able to download the AASA file?But at the moment I am not able to test this successfully. So my question is, is that possible in general to put the file on a server which is only reachable via VPN, and if yes, what could be the error?Best regardsChris
3
0
10k
Jul ’22
Universal Links - Exclude only works first time
Hi. I have defined the following AASA File for my app: { "applinks": { "apps": [], "details": [ { "appID": "xxxxxx.com.company.app", "paths": [ "NOT /", "/path1/*", "/path2/*"], } ] } } The goal was to just allow path1 and path2 to be opened by the app - all other urls like password reset urls .. should be opened in browser. I have deleted the app from the phone and restarted the phone. Afterwards I have installed the current app. I have sent multiple types of urls via iMessage to the test device then. After first try, the url which does not include path1 or path2 opens in browser. Then I tried one which should be opened by the app - worked also. After that I retried the excluded url -> app is also opened! From that point on the app is always opened. So my question is why is the excluding logic only working on first try, and then the app is always opened?! What is the best way to achieve this? Is my definition maybe wrong? (Testdevice is running 14.6)
0
0
1.2k
May ’22