每个 iOS 应用程序都有其 App Store 链接,该链接会将您重定向到 iOS 设备上的 App Store。
链接如下:
https://itunes.apple.com/us/app/APP_NAME/APP_ID?mt=8
我的应用程序链接 (https://itunes.apple.com/us/app/storyvine/id929186649?mt=8) 在桌面浏览器上运行,但在 iOS 设备上给我一个错误:
iOS Update Required
To view this story, you must update to the latest version of iOS.
不过,我的 iOS 版本已经是最新的了(目前是 10.3.3)。
Best Answer-推荐答案 strong>
应用程序的名称,因此 URL 以名称“Story”开头。
因此,即将更新的 App Store 认为它指的是 App Store application story。 (仅包含在 iOS 11 及更高版本中)而不是实际的 App Store 应用程序。您应该从链接中删除应用程序的名称,使其变为:
http://itunes.apple.com/us/app/id929186649?mt=8
关于iOS iTunes 应用程序链接不起作用,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/46281904/
|