码迷,mamicode.com
首页 > 移动开发 > 详细

跳转AppStore 评分

时间:2015-12-04 20:12:54      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:

  • -(void)goToAppStore
  • {
  • NSString *str = [NSString stringWithFormat:
  • @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=%d",appID];
  • [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
  • }
  • iOS7下苹果对app stotr的评分页面链接做了修改,及
 
   NSString *str = [NSString stringWithFormat:@"itms-apps://itunes.apple.com/app/id%@",@"APPID"];
   [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];

跳转AppStore 评分

标签:

原文地址:http://www.cnblogs.com/tian-sun/p/5019934.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!