└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # KnownDeeplinks 2 | A collection of known Apple & 3rd party deep links for Apple platforms. 3 | 4 | | App | Developer | Platforms | Feature | DeepLink | Reference Link | 5 | |-------|-----------|-----------|--------------------|----------------------------------------|------------------------------------------------------------------------------------------------------------------------------| 6 | | Notes | Apple | iOS | Open specific note | mobilenotes://showNote?identifier=UUID | [MacStories](https://www.macstories.net/ios/creating-lock-screen-widgets-for-specific-notes-via-the-apple-notes-url-scheme/) | 7 | | | | | | | | 8 | | | | | | | | 9 | | | | | | | | 10 | | | | | | | | 11 | 12 | # How to contribute 13 | Everyone is free to contribute deep links. Be that for system apps, third party apps or apps that you made. Let's make this a comprehensive list of deep links for all Apple platforms. 14 | 15 | - Fork the repository 16 | - Add a new row to the existing table in this Markdown file with all the necessary information 17 | - I suggest using [TableConvert](https://tableconvert.com/markdown-to-markdown) to make sure the table works after your edits 18 | - Make sure the table isn't broken :) 19 | - Open a pull request 20 | 21 | # Other resources 22 | [List of Apple deep links](https://medium.com/@contact.jmeyers/complete-list-of-ios-url-schemes-for-apple-apps-and-services-always-updated-800c64f450f) 23 | [Another list of deep links](https://www.techregister.co.uk/always-updated-list-of-ios-app-url-scheme-names-paths-for-shortcuts-ios-iphone-gadget-hacks/) 24 | --------------------------------------------------------------------------------