如何在 iPhone 应用程序中链接到 App Store 中的另一个应用程序?
我使用了这种技术,但似乎没有在 3.0 中不再工作。 至少在模拟器中,我的应用程序打开 Safari,然后出现可见的重定向,但随后我收到一条消息,指出重定向过多。 有什么解决办法吗?
I used this technique, but it appears to not work anymore in 3.0. In the simulator at least, my app opens Safari, and then there is a visible redirect, but then I get a message that there has been too many redirects. Any fix?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您在设备上尝试过吗? 模拟器上没有 App Store 应用程序,因此任何重定向到它的尝试都会失败。
在我的应用程序中,App Store 的 itunes.apple.com 链接在实际设备上的 3.0 下工作得很好。
Have you tried this on the device? There is no App Store application on the Simulator, so any attempts to redirect to it will fail.
Within my application, the itunes.apple.com links for the App Store work just fine under 3.0 on the actual devices.
我现在无法对此进行测试,但是您是否尝试过将链接中的“http:”协议更改为“itms:”?
I can't test this right now, but have you tried changing the 'http:' protocol in the link to 'itms:' instead?