![enter image description here][1]I am using url schemes in my iOS application, but my:
-(BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
{
is not being called. I've set up URL types in my info.plist and added both a URL identifier and URL schemes. Any ideas why this is not getting called?