好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

ios跳转appstore评论页面_html/css_WEB-ITnose

iOS7以前是这样的:

NSString * nsStringToOpen = [NSString stringWithFormat: @"itms-apps://ax.itunes.apple测试数据/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=%@",nsAppId ]; [[UIApplication sharedApplication] openURL:[NSURL URLWithString:nsStringToOpen]]; iOS8以后那样是没有反应的,只能这样才行


找到应用程序的描述链接,比如:http://itunes.apple测试数据/gb/app/yi-dong-cai-bian/id391945719?mt=8

  [[  UIApplication   sharedApplication  ]   openURL  :[  NSURL   URLWithString  :@  " itms:// itunes.apple测试数据/gb/app/yi-dong-cai-bian/id391945719?mt=8"  ]];   

查看更多关于ios跳转appstore评论页面_html/css_WEB-ITnose的详细内容...

  阅读:35次