这个问题在这里已经有了答案:
Best Answer-推荐答案 strong>
对于 iOS 7,请使用此链接:
itms-apps://itunes.apple.com/app/id337064413
将 337064413
更改为您应用的 id
代码将如下所示:
NSString *str = @"itms-apps://itunes.apple.com/app/id337064413";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
但是,这种方法不会将您带到 Review 页面,您将获得 App Description 页面。无法再将用户直接发送到评论页面。
关于ios - 从应用程序审查 iOS 上的 iTunes 应用程序,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/21327813/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) |
Powered by Discuz! X3.4 |