Difference between revisions of "Linking to Apps"
From MgmtWiki
(→References) |
(→Apple Universal Links) |
||
Line 7: | Line 7: | ||
===Apple Universal Links=== | ===Apple Universal Links=== | ||
− | * [https://developer.apple.com/documentation/xcode/allowing-apps-and-websites-to-link-to-your-content Allowing Apps and Websites to Link to Your Content] or '''UniversalLinks''' allows directing a requested link to deep | + | * [https://developer.apple.com/documentation/xcode/defining-a-custom-url-scheme-for-your-app Custom URL Scheme for Your App] still works but Apple prefers developers to use Universal Links. |
+ | * [https://developer.apple.com/documentation/xcode/allowing-apps-and-websites-to-link-to-your-content Allowing Apps and Websites to Link to Your Content] or '''UniversalLinks''' allows directing a requested link to deep inside an app. | ||
==References== | ==References== |
Revision as of 20:18, 10 June 2021
Full Title or Meme
Since the advent of apps stores, first on smart phone, but now every where, the need to invoke an app by linking direct to it has become important.
Context
Solutions
Apple Universal Links
- Custom URL Scheme for Your App still works but Apple prefers developers to use Universal Links.
- Allowing Apps and Websites to Link to Your Content or UniversalLinks allows directing a requested link to deep inside an app.
References
- see the wiki page on Native App URI Handlers.