iOS 企業(yè)證書分發(fā)

用戶端流程

  1. 使用 Safari 打開落地頁 (http&https)
  2. 跳轉(zhuǎn) plist 文件 (https only !!!)
  3. 下載 .ipa (http&https)
  4. 跳轉(zhuǎn) 設(shè)置 -> 通用 -> 描述文件,添加信任

注意事項

  • 網(wǎng)頁端分發(fā)時,直接鏈接到 plist,ipa 信息包含在 plist 中。plist 模板在本文最底部,具體參照的是 這篇文章

  • 網(wǎng)頁端分發(fā)時,跳轉(zhuǎn)鏈接格式為:

    itms-services://?action=download-manifest&url=你的plist下載地址

  • 網(wǎng)頁端分發(fā)時,plist 文件的下載地址需要是 https

直接打開描述文件

Safari 版本

鏈接 iOS 9 iOS 10
href = "prefs:root=General&path=ManagedConfigurationList" ? ?
href = "你的 .mobileprovision 文件鏈接" ? ?

in-App 版本

URL Scheme iOS 9 iOS 10
prefs:root=General&path=ManagedConfigurationList ? ?
App-Prefs:root=General&path=ManagedConfigurationList ? ?

plist 模板

<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://a.szdtoo.com.cn/download/download.do?fileName=cf58ffab-784d-4071-8413-d68c55467b76.ipa
                        </string>
                    </dict>
                </array>
                <key>metadata</key>
                <dict>
                    <key>bundle-identifier</key>
                    <string>com.parent.szdtoo.yijiayi</string>
                    <key>bundle-version</key>
                    <string>1.0</string>
                    <key>kind</key>
                    <string>software</string>
                    <key>title</key>
                    <string>1+1教育</string>
                </dict>
            </dict>
        </array>
    </dict>
</plist>
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容