开发者

iPhone OTA distribution

开发者 https://www.devze.com 2023-01-24 04:34 出处:网络
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 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=downlo开发者_开发技巧ad-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


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消