iOS 跳转至AppStore评分页面

iOS7之前

[[UIApplication sharedApplication]openURL:[NSURL URLWithString:@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=YourAPPID"]];

 

iOS7之后

    [[UIApplication sharedApplication]openURL:[NSURL URLWithString:@"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=YourAPPID&pageNumber=0&sortOrdering=2&type=Purple+Software&mt=8"]];

 

 
posted on 2016-07-21 14:17  助金  阅读(1001)  评论(0编辑  收藏  举报