iPhone 应用程序:链接到评论页面

发布于 2024-09-17 20:03:36 字数 76 浏览 4 评论 0原文

我见过很多应用程序链接到应用程序商店上的“撰写评论”页面。他们使用什么网址?我知道这是一个 Phobos URL。

谢谢。

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.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

强者自强 2024-09-24 20:03:36

您可以使用以下链接:

itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=1234567890

只需将 ID 替换为您的应用程序的 ID。不幸的是,您所访问的页面实际上并未显示您的应用程序的名称;它只是显示您的应用程序的最新评论,并允许用户编写自己的评论。这不是一个完美的解决方案,但它是迄今为止我们拥有的最好的解决方案。

此外,该 URL 仅适用于 iOS 设备。如果您需要在桌面上运行的产品,可以使用以下内容:

https://userpub.itunes.apple.com/WebObjects/MZUserPublishing.woa/wa/addUserReview?id=1234567890&type=Purple+Software

请参阅此博文了解更多信息信息。

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.

Also, that URL will only work on an iOS device. If you need one that works on the desktop, you can use the following:

https://userpub.itunes.apple.com/WebObjects/MZUserPublishing.woa/wa/addUserReview?id=1234567890&type=Purple+Software

See this blog post for more information.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文