Can we prevent application moving to foreground if other apps call openURL: with valid URL. I need only save data from URL; caller application should stay in foreground and receiver app should stay in background.
For example: first app calls to [[UIApplication sharedApplication] openURL:@"validURL://"]
and second app handles that call in - (BOOL) application:(UIApplication *)app handleOpenURL:(NSURL *)url
, process URL, but does not move to foreground