I am trying to open one URL in Safari from my App when App is in background, below is my code
[[UIApplication sharedApplication]openURL:[NSURL URLWithString:strURL]];
My App is hiting the above line during debugging, but not opening Safari with the given URL.