Installing IPA on iOS via QR code not working (Need manifest as https)
Hey guys, noticed recently that exporting my IPA and using the QR code to download/install quickly wasn't working. I'm getting the error:
"cannot install applications because the certificate for appery.io is not valid"
After some googling I found that the issue is that the URL for the manifest file is being served over HTTP but needs to be HTTPS (see below):
"With the launch of iOS 7.1, Apple requires all enterprise apps manifest files (.plist) to be served over HTTPS. Attempts to install through HTTP cause the above message."
Copy/pasting the QR code URL and adding the 'S' before navigating to it works just fine. It's a small bug, but it could trip up some folks and adds an extra step when testing.
Thanks!