I am trying to use URL schemes in the iPhone SDK and I have an application to run using a custom URL scheme, for example, "myap: // Dosomething", but this is not very practical for what I want. Is there any way to register a scheme that would allow links to emails like " http://www.mydomain.com/ " to launch my application, for example, links to the application store and youtube links?
url objective-c iphone url-scheme
user187708
source share