-
关于iOS App跳转App Store
在需要的地方调用函数
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"这里是你app在app store的链接"]]; -
如何获取你的app在app store的链接
- 跳转到app store是下载页面还是评论页面(根据项目需求app需要跳转到app store评分)
下载页面格式
然后将 https:// 替换为 itms:// 或者 itms-apps://
https://itunes.apple.com/cn/app/yue-tanyt/id%@?mt=8
评论页面格式
https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=%@&pageNumber=0&sortOrdering=2&type=Purple+Software&mt=8
网友评论