如何将用户直接发送到 App Store 的评论页面? [英] How to send the user directly to the review page on The App Store?

查看:25
本文介绍了如何将用户直接发送到 App Store 的评论页面?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

到目前为止(iOS < 6.0),我使用以下 URL 和代码将用户直接发送到我的应用的评论页面(给它评分 5 星并发表友好评论:)):

Up to now (with iOS < 6.0), I used the following URL and code to send the user directly to the review page of my app (to rate it with 5 stars and post a friendly comment :)):

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];

当我在装有 iOS 6(以及 iOS 6 的新应用商店)的设备上运行我的应用程序时,此代码不再起作用.应用商店打开,但随后我收到一条警告,提示无法连接到应用商店".

This code doesn't work anymore when I run my app on a device with iOS 6 (and the new appstore of iOS 6). The appstore opens but then I have got an alert saying "Cannot connect to Appstore".

有人知道如何在iOS 6 上将用户直接发送到Appstore 的评论页面吗?(请注意,我知道如何通过这不是我想要的方式向用户发送我的应用程序描述!)

Anybody knows how to send the user directly to the review page of the Appstore on iOS 6 ? (note that I know how to send the user on the description of my app by this not what I want !)

谢谢!

推荐答案

像这样使用 url

https://userpub.itunes.apple.com/WebObjects/MZUserPublishing.woa/wa/addUserReview?type=Purple+Software&id=561892747&mt=8&o=i

我在 Apple 收据电子邮件中的撰写评论"链接中找到了它.

I found it on a link to "write a review" in Apple receipt email.

这篇关于如何将用户直接发送到 App Store 的评论页面?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆