iPhone Development 101: Objective-C: Custom URL Schemes
Parsing the Custom URL There are several parts to a URL: scheme://host/path?query The parts to the URL can be retrieved through the NSURL object that is passed into the application:handleOpenURL method. If you have a fairly simple URL naming scheme and .....