美文网首页恩美第二个APP项目将来跳槽用
iOS应用跳转到appstore评分,首页

iOS应用跳转到appstore评分,首页

作者: 雪_晟 | 来源:发表于2017-06-14 16:35 被阅读58次
传入第一次在itunesconnect创建应用时创建的appID

评分

  NSString *urlStr = [NSString stringWithFormat:@"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=%@&pageNumber=0&sortOrdering=2&mt=8", @""]; 



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

跳转到首页

NSString *str2 = [NSString stringWithFormat: @"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=%@",  @""];

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

相关文章

网友评论

    本文标题:iOS应用跳转到appstore评分,首页

    本文链接:https://www.haomeiwen.com/subject/adfeqxtx.html