IOS 设备 通过HTML页面在线安装APP配置(面向越狱设备或者有开发者账号调试APP)

1、创建plist

XCode菜单栏->Product->Archive  等待编译完成.

在Archive窗口下点击右边Share按钮.

将ipa另存至任意目录并勾选Save for EnterPrise Distribution 并填选内容即可生成对应程序的plist

全部设置的 Plist 如下:(文件编码UTF-8)

[html] view plain copy

<?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>程序ipa的URL</string>  

                </dict>  

                <dict>  

                    <key>kind</key>  

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

                    <key>needs-shine</key>  

                    <true/>  

                    <key>url</key>  

                    <string>大ICON图标的URL</string>  

                </dict>  

                <dict>  

                    <key>kind</key>  

                    <string>display-image</string>  

                    <key>needs-shine</key>  

                    <true/>  

                    <key>url</key>  

                    <string>小ICON图标的URL</string>  

                </dict>  

            </array>  

            <key>metadata</key>  

            <dict>  

                <key>bundle-identifier</key>  

                <string>程序的identifier在xcode中</string>  

                <key>bundle-version</key>  

                <string>程序版本号在xcode中</string>  

                <key>kind</key>  

                <string>software</string>  

                <key>subtitle</key>  

                <string>子标题</string>  

                <key>title</key>  

                <string>标题</string>  

            </dict>  

        </dict>  

    </array>  

</dict>  

</plist>  



2、创建HTML

[html] view plain copy

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  

<html xmlns="http://www.w3.org/1999/xhtml">  

<head>  

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  

</head>  

<body>  

<a href="itms-services://?action=download-manifest&url=http://localhost/app.plist">在线安装</a>  

</body>  

</html>  



主要语句:

itms-services://?action=download-manifest&url=http://localhost/app.plist

调用了Plist并且请求了Plist内部指定的程序URL。


来自: http://blog.youkuaiyun.com/csy172775922/article/details/6891138
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值