! [enter image description here] [1] I use url schemes in my iOS application, but my:
-(BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation
{
not called. I configured the URL types in my info.plist and added the url and url schemes. Any ideas why this is not triggered?
source
share