//去评分
NSString *APPID = @"your 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", APPID];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlStr]];
//详情
NSString *urlStr = [NSString stringWithFormat:@"itms-apps://itunes.apple.com/app/id%@", APPID];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlStr]];
APP跳转AppStore
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
推荐阅读更多精彩内容
- 1.跳转到应用评价页 NSString*urlStr=[NSStringstringWithFormat:@"it...
- 一、首先,获取应用在AppStore中的链接地址 在 mac 上打开 iTunes ,在右上角的搜索框中输入需要获...
- 1.A程序跳到B程序一:找到info.plist文件,注册对外接口流程:在Information Property...
- 从ituns里面复制的链接是: https://itunes.apple.com/cn/app/tao-bao-s...