Search code examples
iphoneiosopenurl

How do I register my app to use the openUrl scheme?


How can I register my iPhone app to open when I use openUrl in another app or in a website (in Safari)?


Solution

  • You can add url type and url scheme key in your info.plist file. read this post for detail - http://iosdevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html