If IIS does not support IPA and plist downloads, you can add the Memi type.
- IPA application/x-plist
- Plist Application/xml
Download with normal link:
<a href= "Itms-services://?action=download-manifest&url=https://www.somedomain.com/appname.plist" > Appname</a>
Plist is an XML file with the following appname.plist file:
<?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 "><plistversion= "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://www.somedomain.com/appname. IPA</string> </Dict> <Dict> <Key>Kind</Key> <string>Full-size-image</string> <Key>Needs-shine</Key> <true/> <Key>Url</Key> <string>https://www.somedomain.com/appname.jpg</string> </Dict> <Dict> <Key>Kind</Key> <string>Display-image</string> <Key>Needs-shine</Key> <true/> <Key>Url</Key> <string>https://www.somedomain.com/appname.jpg</string> </Dict> </Array> <Key>Metadata</Key> <Dict> <Key>Bundle-identifier</Key> <string>Com.somedomain.game</string> <Key>Kind</Key> <string>Software</string> <Key>Subtitle</Key> <string>appname</string> <Key>Title</Key> <string>appname</string> </Dict> </Dict> </Array></Dict></plist>
The link address must not write wrong, otherwise cannot install.
The IPA file and the plist file should be placed in the appropriate location.
Online installation of the iOS System IPA package