IOSOpenURL

直接使用本地浏览器打开url:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://itunesconnect.apple.com"]];

原文地址:https://www.cnblogs.com/tx8899/p/2554964.html