怎样通过iPhone Safari 来安装测试版ipa

http://www.cocoachina.com/bbs/read.php?tid=94101#

<?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>http://iphone.jacall.net/gujing/GujingJiuBoshi.ipa</string>
                </dict>
            </array>
            <key>metadata</key>
            <dict>
                <key>bundle-identifier</key>
                <string>com.unicom.zq.GujingJiuBoshi</string>
                <key>bundle-version</key>
                <string>1.4</string>
                <key>kind</key>
                <string>software</string>
                <key>title</key>
                <string>古井贡酒官方商城</string>
            </dict>
        </dict>
    </array>
</dict>
</plist>

生成plist文件,

放在服务器后台:itms-services://?action=download-manifest&url=https://dl.dropboxusercontent.com/s/x3snpalcbuegkxo/ChildrenGPS.plist

调用系统浏览器 打开 这个链接就可以下载自动安装了!

原文地址:https://www.cnblogs.com/niit-soft-518/p/4563980.html