怎样通过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

 

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

posted @ 2015-06-09 16:54  爱生活爱代码  阅读(637)  评论(0编辑  收藏  举报