您的位置:首页 > 移动开发

ios 应用 跳转App Store 评论 评分

2015-08-21 14:21 411 查看
if ([[[UIDevice
currentDevice] systemVersion]
floatValue]>7) {
        
       [[UIApplication
sharedApplication] openURL:[NSURL
URLWithString:@"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=你的app id&pageNumber=0&sortOrdering=2&type=Purple+Software&mt=8"]];
    }else{
         [[UIApplication
sharedApplication] openURL:[NSURL
URLWithString:@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=你的app id"]];
    }
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ios 评论 评分 app store