美文网首页
iOS APP内跳转到App Store评论界面

iOS APP内跳转到App Store评论界面

作者: 王_尧 | 来源:发表于2017-04-07 13:47 被阅读0次
    NSString *appstoreUrlString = [NSString stringWithFormat:
                                               @"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=%@",
                                               APP_ID];// APP_ID 为应用id
    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:appstoreUrlString]];
    

    相关文章

      网友评论

          本文标题:iOS APP内跳转到App Store评论界面

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