iPhone OTA发行版

use*_*804 3 iphone distribution

我尝试使用以下链接为我的示例应用创建OTA:

http://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html

我用我的网址创建了一个标签:安装应用程序,但它出错:Safari无法打开"itms-services://?action = download-manifest&url = http://XXXX-XX/MobileApps/otatest.plist"因为Microsoft Windows无法识别以"itms-services:"开头的Internet地址.

与Internet Explorer几乎相同.

我是否需要在服务器中添加任何东西来重新组合itms-services?

提前致谢

此致,Malleswar

Pab*_*ruz 10

您需要使用iPhone而不是计算机访问您的URL.

  • 确保在服务器上正确配置了MIME类型.请参见此处:[link](http://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009979-CH1-SW2) (2认同)