Online installation of the iOS System IPA package

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.