Custom URL Scheme for iOS App when not backgrounding
问题 I have set up a custom deep-linking iOS URL scheme for my app, and I listen for it in - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation { I parse the URL and send a notification using NSNotificationCenter , with the URL as the object, to the appropriate class to handle the URL. This all works great when the app is "backgrounded" but when the app is fully closed out of multitasking, it seems like the