Reg*_*_AG 11 review app-store ios ios6
到目前为止(iOS <6.0),我使用以下网址和代码将用户直接发送到我的应用程序的评论页面(以5星评价并发布友好评论:)):
NSString *stringUrl = @"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=XXXXXXXX&pageNumber=0&sortOrdering=1&type=Purple+Software&mt=8";
NSURL *url = [NSURL URLWithString:stringUrl];
[[UIApplication sharedApplication] openURL:url];
Run Code Online (Sandbox Code Playgroud)
当我在iOS 6(以及iOS 6的新appstore)设备上运行我的应用程序时,此代码不再起作用.appstore打开,但后来我收到一条警告说"无法连接到Appstore".
有人知道如何将用户直接发送到iOS 6上Appstore的评论页面吗?(请注意,我知道如何通过这个不是我想要的方式向用户发送我的应用程序的描述!)
谢谢 !
小智 11
像这样使用网址
https://userpub.itunes.apple.com/WebObjects/MZUserPublishing.woa/wa/addUserReview?type=Purple+Software&id=561892747&mt=8&o=i
我在Apple收据电子邮件中的"撰写评论"链接中找到了它.
归档时间: |
|
查看次数: |
7338 次 |
最近记录: |