I read that from iOS 9, Universal links are introduced. Please explain the different between Deep-linking and universal links. My objective is, a link will be sent in mail to customers. Let the mail says there is an offer for item A, and a link. On clicking the link
- If the app is installed then, open the app and launch specific screen showing item A
- If app is not installed then, download it from App Store and open it and launch specific screen showing item A
What if there is a user login feature?
If app is installed and user is not logged in then,
- open the app
- Launch login screen
- After login is success launch specific screen showing item A.
How can these be implemented? How the links are configured for these?