I have an html page which points to a plist file and the plist file actually has the correct .ipa file. When I try to click on the link on the page which points to the plist. I get cannot connect to server error. The same thing works if I move it to a different server and that has http:// but for some reasons it doesn’t work on https. I’m using tomcat as my application server. Any clues why ?
Share
found the reason. The https site had an self signed certificate and hence the issue. So people who have issues with OTA using https site. Please make sure to have a valid certificate. Hope this helps –