Pretty simple. This call terminates the application and starts Mobile Safari browser with specified URL.
[[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"http://www.apple.com/"]];
Pretty simple. This call terminates the application and starts Mobile Safari browser with specified URL.
[[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"http://www.apple.com/"]];