1

I run into an issue with Universal Link that once the Universal Link is opened by Safari, it won't able to open by its app.

Seem iOS does remember the last app used to open the link.

But when I copy the link into iOS Notes app, long-press, select Open in "App Name" and the issue is gone! (Check the screenshot)

  1. Does anybody know how to force to open an app like iOS Notes app?
  2. Or does anybody know how to check whether the URL has been remembered to open by Safari by iOS?

I did try by open(_:options:completionHandler:) & specific options [.universalLinksOnly: true] but it doesn't work

Thanks all 🙏🏿

enter image description here

1 Answer 1

1

This article may help.

When a user browses your website in Safari and taps a universal link in the same domain, the system opens that link in Safari, respecting the user’s most likely intent to continue within the browser. If the user taps a universal link in a different domain, the system opens the link in your app.

Not the answer you're looking for? Browse other questions tagged or ask your own question.