Creating App Custom URL Scheme
We can do this by adding the following fields to the info plist:
| |
Or by going to the project info and adding a new URL Type.

The scheme is the one you’ll use to reference the app. For example, when you want to open your app form a today extension, you will use a code similar to the following:
| |
Related topics/notes of interest:
** If you want to check what else I'm currently doing, be sure to follow me on twitter @rderik or subscribe to the newsletter. If you want to send me a direct message, you can send it to derik@rderik.com.