iTunes 应用程序链接无法打开 iTunes

发布于 2024-12-16 00:14:58 字数 926 浏览 1 评论 0原文

我刚刚发布了一款 iPhone 应用程序并正在更新其支持网站。我使用 iTunes Link Maker 创建了如下所示的链接。有一次,它打开了 iTunes,其余时间都没有。我尝试关闭 iTunes,从 Safari 和 Chrome 访问该链接,但每次我只能在浏览器中看到 iTunes 预览。

示例:

<a href="http://itunes.apple.com/us/app/app-name/id123456789?mt=8&uo=4" target="itunes_store">My App on the App Store</a>

答案:(请参阅下面的讨论)

iTunes Connect 中的“在 App Store 中查看”链接中提取 href strong>:

<a href="http://itunes.apple.com/app/app-name/idAPPIDHERE?ls=1&mt=8" target="itunes_store">My App on the App Store</a>

注意:在您自己的情况下,尾随参数可能会有所不同。

参见: http://www.apple .com/itunes/affiliates/resources/documentation/linking-to-the-itunes-music-store.html

I just released an iPhone app and am updating its support site. I've used the iTunes Link Maker to create a link like below. One time, it opened iTunes, the rest of the times, it has not. I've tried closing iTunes, accessing the link from both Safari and Chrome, but each time I only see the iTunes preview in the browser.

Example:

<a href="http://itunes.apple.com/us/app/app-name/id123456789?mt=8&uo=4" target="itunes_store">My App on the App Store</a>

ANSWER: (see discussion below)

Pulling the href from the "View in App Store" link in iTunes Connect:

<a href="http://itunes.apple.com/app/app-name/idAPPIDHERE?ls=1&mt=8" target="itunes_store">My App on the App Store</a>

NOTE: Trailing params might be different in your own case.

SEE ALSO:
http://www.apple.com/itunes/affiliates/resources/documentation/linking-to-the-itunes-music-store.html

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

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

发布评论

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

评论(2

雪化雨蝶 2024-12-23 00:14:58

我通常从 iTunes Connect 中应用程序的详细信息页面获取链接。到目前为止,有一个名为 View in App Store 的链接对我有用。如果您的应用在多个商店中可用,只需确保替换链接中的区域设置标识符(默认为 us)即可。

I usually grab the link from the apps' detail page in iTunes Connect. There's a link named View in App Store that has worked for my so far. Just make sure to replace the locale identifier (defaults to us) in the link if your app is available in multiple stores.

二智少女 2024-12-23 00:14:58

只需使用iTunes Link Maker删除国家/地区代码(即“我们") 退出链接,并且始终可以打开 iTunes,而不是途中的浏览器(如果目标系统上安装了 iTunes)。

您还可以删除您并不真正需要的app_name(如果您的应用程序名称发生更改但没有任何反应,实际上该名称将被忽略)。

Just use iTunes Link Maker and remove the country code (i.e. "us") out of the link and it would always work open iTunes always and not a browser on the way (if there is iTunes installed on the target system).

You can also remove the app_name you don't really need it (if your app name would be changed nothing happen, actually the name is ignored).

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