In an iOS app I am working on I have setup Associated Domains (Universal Links). The app hosts multiple domains. Some domains I have set up with a wildcard. These domains do not seem to work. For example, I want to link to https://news.mydomain.com/
.
If I add the following to the list of associated domains:
applinks:*.mydomain.com
-> Does not work
applinks:news.mydomain.com
-> works fine
So I believe I did set up all correct, the apple-app-site-association file is setup fine. I can even see in both cases (using Charles Proxy) the apple-app-site-association file got retrieved ok.
In the case of the wildcard, the link only opens in Safari.
When I configure the domain without a wildcard, the App opens.
Am I missing something here? I am running iOS 9.3.2 on the device and I am running Xcode 7.3.1 which are today the latest versions.