验证进入AppStore的评分界面

NSString * appstoreUrlString = @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?mt=8&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Purple+Software&id=APP_ID";

 

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

    

   [[UIApplication sharedApplication]openURL:[NSURL URLWithString:@"https://itunes.apple.com/cn/app/cai-bei-ke-5fen-zhong-gao/id948506126?l=en&mt=8"]];

posted @ 2015-10-25 23:09  橘子与布丁  阅读(162)  评论(0编辑  收藏  举报