iTunes 应用程序链接无法打开 iTunes
我刚刚发布了一款 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>
注意:在您自己的情况下,尾随参数可能会有所不同。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我通常从 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 tous
) in the link if your app is available in multiple stores.只需使用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).