UIApplicationOpenURLOptionUniversalLinksOnly
Hi, please preflight URLs with
UIApplicationOpenURLOptionUniversalLinksOnly
before jamming them in aSFSafariViewController
, thanks in advance
As per apple docs “When you include this key in the options dictionary of the
openURL:options:completionHandler:
method, the method opens the URL only if the URL is a valid universal link and there is an installed app capable of opening that URL”
Robin Kunde shows how to do it in code.
See also: Allowing Apps and Websites to Link to Your Content.
As a user, I find Universal Links confusing because I don’t always know what’s going to happen when I tap a link, and I can’t seem override it to do what I want in a given situation.