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

ios应用内跳转到appstore里评分

2016-06-12 11:23 423 查看
NSString *str = [NSString stringWithFormat:@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=XXXXXXXXXX" ];

if( ([[[UIDevice currentDevice] systemVersion] doubleValue]>=7.0)){

str = [NSString stringWithFormat:@"itms-apps://itunes.apple.com/app/idXXXXXXXXXX"];

}

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];

id为iTunes Connect 中 app信息中的
Apple ID
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: