I have added universal link support for an app. The following are added
- aasa file is added at the root of the Website URL.
- The entitlements file contains the appropriate URL
When the device is connected and app is installed using Xcode in Debug mode, the Universal linking works (Tapping on a link present in Mail opens the app).
However, when the app is archived and installable is created, tapping on the link opens the app in Safari Browser instead of opening the installed app.
Am I missing any other detail specifically while creating an archived installable ?
Resolved:
Making the above changes helped to get it working.