iOS5 应用程序不会在 IIS 上使用 itms-services 下载,但可以在 Apache 上运行
我重建了一个在 iOS 5 上运行的 iPad 应用程序。我将代码链接放在内部 apache 服务器上:
itms-services://?action=download-manifest&url=https://internal.mysite.com/pages/manifest.plist
它可以很好地下载到我们所有运行 iOS 4 和 iOS 5 的设备上。然后我将其放在我们的 Intranet 站点上运行 IIS 和 Sharepoint
itms-services://?action=download-manifest&url=https://intranet.mysite.com/pages/manifest.plist
并且只有 iOS 4 用户可以下载它。 iOS 5 用户收到: 单击链接时无法连接到 Intranet.mysite.com。
我已经更新了 IIS 上的 MIME 设置,但这没有帮助。我们已从设备中删除了所有配置文件,但它仍然不起作用。
Manifest.plist 也更新为指向 Intranet 站点,并且一切都可以在 iOS 4 上运行。似乎 iOS 5 和 IIS 无法相处......有什么想法吗?
I've rebuilt an iPad app to run on iOS 5. I put a link to the code on an internal apache server:
itms-services://?action=download-manifest&url=https://internal.mysite.com/pages/manifest.plist
and it downloads fine to all of our devices running iOS 4 and iOS 5. I then put it on our Intranet site running IIS and Sharepoint
itms-services://?action=download-manifest&url=https://intranet.mysite.com/pages/manifest.plist
And only iOS 4 users can download it. iOS 5 users receive: Cannot connect to intranet.mysite.com when they click the link.
I've updated the MIME settings on IIS, but that didn't help. We've removed all provisioning profiles from the devices, but still it doesn't work.
The manifest.plist is updated as well to point to the intranet site and everything works on iOS 4. Seems like iOS 5 and IIS don't get along ... any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您的 IIS 站点允许匿名访问
Make sure your IIS site allows anonymous access