如何将用户直接发送到在浏览页面上的应用程序商店? [英] How to send the user directly to the review page on The App Store?

查看:140
本文介绍了如何将用户直接发送到在浏览页面上的应用程序商店?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

到现在为止(与iOS< 6.0),我用下面的网址,code用户直接发送到我的应用程序在浏览页面(与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的新的AppStore)上运行我的应用程序这code不工作了。在AppStore打开,但随后我有一个警告说无法连接到苹果商店。

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".

任何人知道如何将用户直接发送到AppStore上的查看页面上的iOS 6? (请注意,我知道如何通过这个向用户发送我的应用程序的描述不是我想要的!)

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这样

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

我发现这是一个链接,写评论苹果收到的电子邮件。

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

这篇关于如何将用户直接发送到在浏览页面上的应用程序商店?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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