IOS开发之----iTunes下载地址和评论地址

//用户评论地址

NSString *appUrl = [NSStringstringWithFormat:@"https://itunes.apple.com/cn/app/id%@?mt=8", kAppId];

 

//用户在下地址

 

NSString *appUrl = [NSString stringWithFormat:@"itms://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=%@&mt=8",kAppId];

你可能感兴趣的:(IOS开发之----iTunes下载地址和评论地址)