Posts

Post not yet marked as solved
5 Replies
22k Views
We are facing an issue while deployment of our enterprise ios application. We are following the documentation from Apple linkCreated an html with hyperlink to 'itms-services://?action=download-manifest&url=https://location.company.com/sites/mobile/Files/Mobile/deploy/manifest.plist'.Hosted the html, ipa, manifest and png files in https location.The following mime type is in the web server .plist -> application/xml .ipa -> application/octet-streamI tried to download the plist file from my iOS browser. It is working fine.When I trying to click on the link, I am getting an error “Cannot connect to <Server>”The device log in the Xcode shows, the below log.Jun 23 15:17:15 TOM-iPhone itunesstored[106] : Could not load download manifest with underlying error: Error Domain=SSErrorDomain Code=2 "Cannot connect to iTunes Store" UserInfo={NSLocalizedDescription=Cannot connect to iTunes Store}When try the link https://location.company.com/sites/mobile/Files/Mobile/deploy/manifest.plist in my iOS browser or https://location.company.com it will display a login page with user name password and when user type user name and password it will navigate to the page. It is the problem? That means the .plist file should hosted in a page where itunes can access is directly?
Posted Last updated
.