Enterprise application download cannot connect to “website address” error

Enterprise application download cannot connect to “website address” error


We are having Enterprise license, I have archieved .ipa and manifiest.plist file.


Please help on below issue.


And Html file as

<a style='font-size=15pxs' href="itms-services://?action=download-manifest&url=https://recycle.icicipruamc.com/IPRUCONNECT_FILES/ipa/manifest.plist" >Install IpruConnect App</a>


Manifiest.html File as


<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>items</key>

<array>

<dict>

<key>assets</key>

<array>

<dict>

<key>kind</key>

<string>software-package</string>

<key>url</key>

<string>https://recycle.icicipruamc.com/IPRUCONNECT_FILES/Images/IpruConnect.ipa</string>

</dict>

<dict>

<key>kind</key>

<string>display-image</string>

<key>url</key>

<string>https://recycle.icicipruamc.com/IPRUCONNECT_FILES/Images/DisplayImage.jpg?dl=0</string>

</dict>

<dict>

<key>kind</key>

<string>full-size-image</string>

<key>url</key>

<string>https://recycle.icicipruamc.com/IPRUCONNECT_FILES/Images/FullSizeImage.jpg</string>

</dict>

</array>

<key>metadata</key>

<dict>

<key>bundle-identifier</key>

<string>com.ipruamc.IpruConnect</string>

<key>bundle-version</key>

<string>1.0.0</string>

<key>kind</key>

<string>software</string>

<key>title</key>

<string>IpruConnect</string>

</dict>

</dict>

</array>

</dict>

</plist>

Is your ipa file really in your images folder? That is what your manifest file indicates.

If this has been fixed, I would very much like to know what the solution was. I am having a very simliar issue.

Enterprise application download cannot connect to “website address” error
 
 
Q