跳转到APPSTORE

//self.newUrl : http://url_of_your_app_in_the_appstore

NSURL *url = [NSURL URLWithString:[self.newUrl stringByReplacingOccurrencesOfString:@"http" withString:@"itms-apps"]];

[[UIApplication sharedApplication] openURL:url];

你可能感兴趣的:(职场,NSURL,appstore,休闲)