Sunday, April 6, 2014

Enterprise App cannot install applications because the certificate for server is invalid

You might see a error that says "cannot install applications because the certificate for server is invalid" while installing ipa over the air. This seems to be a issue with ios7.1 works fine with all other versions.



Trick is to put the https in the URL instead of the http in the htm file.

 change the following URL from
<a href="itms-services://?action=download-manifest&url=http://server.com/IPA/abc.plist">Install My App</a>
to
<a href="itms-services://?action=download-manifest&url=https://server.com/IPA/abc.plist">Install My App</a>

Bob

No comments:

Post a Comment