Hi there,
I'm having trouble getting our devices to download an enterprise app from our server. Using the following href, itms-services://?action=download-manifest&url=https://www.mydomain.com/manifest.plist, once clicked I get the following error in a Safari/iOS alert box. "Cannot connect to www.mydomain.com."
Does anyone know if a malformed manifest file would produce this error? Or is it something happening before the manifest files is even read. Unfortunately I don't know if that error is being triggered when the manifest is accessed, or when the .ipa is. Either way the MIME types are set on both the .plist and .ipa file types on IIS, and everything is being served over SSL.
Any help would be great appreciated. This App was built with Phone Gap Build, and I can successful add it to iOS devices via Xcode's Device window using our Enterprise Distribution Certificate and Provisioning profile.