Authors - Shiladitya Bose, Somesh Jaiswal, Ashu Malik
What is Universal Link ?
Universal Links are a feature in iOS (introduced in iOS 9) that allows developers to create a seamless connection between a website and a corresponding app. They enable a single URL to open a specific location within an app if it's installed or direct the user to the website if the app is not installed. This provides a smoother user experience compared to traditional deep linking methods.
Customer hosted AASA file snippet
The following is the AASA configuration which will be required to support the integration. Let us suppose we are supporting this integration for www.mybusiness.com & customer has delegated email.mybusiness.com subdomain in AJO. AASA file hosted at
https://www.mybusiness.com/.well-known/apple-app-site-association
will define the URLs which their app(s) support.
Universal Link with Tracking
Let us consider the following universal link (illustrative) that MyBusiness wants to launch in the App –
https://www.mybusiness.com/dashboard/offers/coupons https://data.email.mybusiness.com/ee/v1/mclick?tuid=<trackerUniqueId>&pid=<pid>¶ms=<params>
On device flow of MyBusiness’s mobile app with mobile app rendered URLs
data.email.mybusiness.com https://data.email.mybusiness.com/ee/v1/mclick?tuid=<trackerUniqueId>&pid=<pid>¶ms=<params> https://data.email.mybusiness.com/.well-known/apple-app-site-association https://data.email.mybusiness.com/.well-known/apple-app-site-association should look like this:Adobe Hosted AASA
https://data.email.mybusiness.com/ee/v1/mclick?tuid=<trackerUniqueId>&pid=<pid>¶ms=<params> www.mybusiness.com/dashboard/offers/coupons
Changes Needed
Adobe
Customer
https://data.email.mybusiness.com/ee/v1/mclick?tuid=<trackerUniqueId>&pid=<pid>¶ms=<params> https://data.email.mybusiness.com/ee/v1/click?tuid=<trackerUniqueId>&pid=<pid>¶ms=<params>
여기에 의견을 추가하려면 등록된 사용자이어야 합니다. 이미 등록되어 있다면 로그인하시기 바랍니다. 아직 등록하지 않은 경우 등록 후 로그인하시기 바랍니다.