美文网首页
跳转到App Store页面 评价页面与应用下载页面

跳转到App Store页面 评价页面与应用下载页面

作者: 他们撑起了农忙双抢 | 来源:发表于2016-12-16 13:26 被阅读55次

    //跳转到评价页面

    NSString *str = 

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

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

    //跳转到应用页面下载

    NSString *str = 

    [NSString stringWithFormat:@"http://itunes.apple.com/us/app/id%d",1234567890];

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

    ios 跳转到QQ加群

    http://qun.qq.com/join.html

    相关文章

      网友评论

          本文标题:跳转到App Store页面 评价页面与应用下载页面

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