问题描述
要启动 iTunes App Store 并打开它以显示应用程序的评论页面的 URL 是什么?我想将我的用户发送到撰写评论"页面.
其他一些 SO 答案提供了如下所示的 URL,但它似乎不起作用:
itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=12345678&pageNumber=0&sortOrdering=1
对适用于 iPhone 和 iPad 的网址有什么建议吗?
更新:iOS 4.2 似乎已经解决了这个问题,现在链接可以直接打开 App Store 应用程序而不是评论页面.>
这篇文章剖析 iTunes 链接解释了一切.
直接进入审核表单
也可以派人直接到审查表应用程序.
只需将 ID 替换为您应用的 ID用于为您的应用创建网址的 ID.
在台式机或笔记本电脑上,这将需要你直接到审查表应用程序或项目的 iTunes.在一个iPhone 或 iPod touch,这将打开MobileSafari,然后打开 iTunes 或评论页面上的 App Store 应用程序,让用户只需轻轻一按写评论.
要找出一个项目的 ID,对(Mac &PC) 或按住 Control 单击 (Mac) 链接到 iTunes 中的项目并选择复制关联.结果会看起来有些东西像这样.
http://itunes.apple.com/au/album/dig-your-own-hole/id19605549
http://itunes.apple.com/au/app/consume-mobile-isp-packages/id337064413?mt=8
ID 是 URL 中后面的数字身份证".
可能值得注意的是这个 URL是使用 iTunes 8 创建的.我不知道认为有一种方法可以创建评论iTunes 9 中的链接,所以也许这个 URL正在逐步淘汰.谨慎使用.
更新:@mareMtl 提供了一个应用程序的替代评论链接.请注意,它仅适用于iPhone 操作系统设备.
itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=337064413
What's the URL to launch in order to bring the iTunes App Store to the front, and open it to show the Reviews page of an app?I want to send my users to the "Write a Review" page.
Some other SO answers provided URLs like the one below, but it doesn't seem to work:
itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=12345678&pageNumber=0&sortOrdering=1
Any suggestions for a URL that'll work on iPhone and iPad?
Update: iOS 4.2 seems to have fixed this and links now open the App Store app directly rather than the review page.
This article Dissecting iTunes links explains everything.
这篇关于用于将用户发送到设备应用商店上的应用评论页面的 URL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!