iPhone OTA distribution

我的梦境 提交于 2019-12-21 20:00:18

问题


I tried to create OTA for my sample app by using the following link:

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

I created a tag with my url: Install App but it gives an error: Safari can’t open “itms-services://?action=download-manifest&url=http://XXXX-XX/MobileApps/otatest.plist” because Microsoft Windows doesn’t recognize Internet addresses starting with “itms-services:”.

almost the same with internet explorer.

Do I need to add any thing in my server to reconize itms-services?

Thanks in advance

Regards, Malleswar


回答1:


You need to access to your URL with an iPhone, not a computer.




回答2:


Finally it worked with some server configuration. I will soon write the article on this and update the link.



来源:https://stackoverflow.com/questions/4125089/iphone-ota-distribution

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!