iOS7之前 iOS应用跳转到app store应用评分页面(iOS7之后用这个方法可以跳转到app store 但是显示的一直是一个空白页):
[[UIApplication sharedApplication]openURL:[NSURL URLWithString:@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=APPID"]];
iOS7之后 iOS应用跳转到app store应用评分页面(兼容iOS7以前的系统):
[[UIApplicationsharedApplication]openURL:[NSURLURLWithString:@"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=APPID&pageNumber=0&sortOrdering=2&type=Purple+Software&mt=8"]];
浙公网安备 33010602011771号