美文网首页
iOS应用跳转到appstore评分

iOS应用跳转到appstore评分

作者: 梦门户 | 来源:发表于2018-10-30 16:35 被阅读0次

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

    相关文章

      网友评论

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

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