đUniversal Links
Last updated
Last updated
Deeplinks (Or Universal Links) is a useful feature for associating your website domain with your mobile native app. Also, your users will be able to click a deep URL (Url with some path or parameter), and they will be redirected to the same page in the app.
Universal Links are Appleâs deep linking technology, designed to replace the older URI-scheme deep linking method. They are available for devices running iOS 9 and above.
While Universal Links allow for deep linking behavior similar to URI schemes, they function very differently behind the scenes. Universal Links look like normal HTTPS URLs, e.g. âhttps://www.linkedin.comâ. When a user clicks a Universal Click, the userâs device opens the app that the link was configured for. If the app is not installed on the device, the user is taken to the actual URL in their mobile browser.
To configure your app to work with Universal Links (Associated Domains) feature you need to do the following steps:
Add the Associated Domains feature to your Bundle Identifier.
Setup your website to work with Apple's Associated Domains.
Enable the Universal Links feature and fill out all relevant information.
Open the Apple Developer homepage and select Certificates, IDs & Profiles **** (left menu)
Click on the Identifiers
Select previously created Bundle Identifier
Scroll down and enable Associated Domains
Click Save & Confirm
To configure your app to work with Universal Links (Associated Domains) feature, you need to do the following steps:
Setup your website to work with Apple's Associated Domains.
Enable the Universal Links feature and fill out all relevant information.
Turn on the Universal Links feature on the Native Feature step and fill out the following information:
Associated Domain - is your website domain. We will prefill it with your App URL's domain. You can modify this value, but make sure you've entered a valid domain. Changing this field in the future will require a rebuild.