Deep Links To App Content

Estimated reading: 1 minute 310 views

When a clicked link or programmatic request invokes a web URI intent, the IOS system tries each of the following actions, in sequential order, until the request succeeds:

  • Open the user’s preferred app that can handle the URI, if one is designated.
  • Open the only available app that can handle the URI.
  • Allow the user to select an app from a dialog.

Leave a Comment