I've seen several many apps link to the "write a review" page on the app store. What URL are they using? I know it's a Phobos URL.
我见过许多应用程序链接到app store上的“写评论”页面。他们使用什么URL ?我知道这是一个Phobos URL。
Thanks.
谢谢。
1 个解决方案
#1
6
You can use the following link:
你可使用以下连结:
itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=1234567890
Just replace the ID with your application’s ID. Unfortunately, the page you are taken to doesn't actually show your application's name; it just shows recent reviews for your application and allows the user to write their own. It's not a perfect solution, but so far it's the best we've got.
只需将ID替换为应用程序的ID。不幸的是,您要访问的页面实际上并没有显示应用程序的名称;它只显示应用程序的最近检查,并允许用户自己编写。这不是一个完美的解决方案,但到目前为止,它是我们所拥有的最好的解决方案。
Also, that URL will only work on an iOS device. If you need one that works on the desktop, you can use the following:
而且,这个URL只能在iOS设备上使用。如果你需要一个在桌面上工作的,你可以使用以下工具:
https://userpub.itunes.apple.com/WebObjects/MZUserPublishing.woa/wa/addUserReview?id=1234567890&type=Purple+Software
See this blog post for more information.
更多信息请参见这篇博文。
#1
6
You can use the following link:
你可使用以下连结:
itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=1234567890
Just replace the ID with your application’s ID. Unfortunately, the page you are taken to doesn't actually show your application's name; it just shows recent reviews for your application and allows the user to write their own. It's not a perfect solution, but so far it's the best we've got.
只需将ID替换为应用程序的ID。不幸的是,您要访问的页面实际上并没有显示应用程序的名称;它只显示应用程序的最近检查,并允许用户自己编写。这不是一个完美的解决方案,但到目前为止,它是我们所拥有的最好的解决方案。
Also, that URL will only work on an iOS device. If you need one that works on the desktop, you can use the following:
而且,这个URL只能在iOS设备上使用。如果你需要一个在桌面上工作的,你可以使用以下工具:
https://userpub.itunes.apple.com/WebObjects/MZUserPublishing.woa/wa/addUserReview?id=1234567890&type=Purple+Software
See this blog post for more information.
更多信息请参见这篇博文。