Hi,
I have set up my app to support universal-links. The problem is that opening universal-links from email does not work.
I saw that after exporting my ipa, the entitlement in embedded.mobileprovisioning file ends up lile this:
<key>com.apple.developer.associated-domains</key>
<string>*</string>however, the xcode DistributionSummary.plist shows it correct:
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:safir-test.e.corpintra.net</string>
<string>applinks:safir.e.corpintra.net</string>
</array>any idea why this happens?