Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone OTA distribution

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

like image 915
user304804 Avatar asked Dec 21 '22 21:12

user304804


1 Answers

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

like image 173
Pablo Santa Cruz Avatar answered Dec 28 '22 11:12

Pablo Santa Cruz