IOS企業證書web安裝 原

plist文件要放在https下 隨便找一個git的即可

plist

<?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://192.168.92.199/hcr.ipa</string>
                </dict>
            </array>
            <key>metadata</key>
            <dict>
                <key>bundle-identifier</key>
                <string>com.ztgame.stick</string>
                <key>bundle-version</key>
                <string>1.0</string>
                <key>kind</key>
                <string>software</string>
                <key>title</key>
                <string>hcr</string>
            </dict>
        </dict>
    </array>
</dict>
</plist>

html提供下載

<!DOCTYPE html>
<html lang="en-us">
  <head>
    <meta charset="utf-8">
  <title>安裝iOS</title>
  </head>
  <body>
        <ul>
            <li><a href="itms-services://?action=download-manifest&url=https://gitee.com/dreamyouxi/www/raw/master/app/xxx.plist">安裝iOS</a>
            </li>
        </ul>  
  </body>
</html>

IPA導出選項設置爲Enterprise導出即可

IOS瀏覽器打開 目標html即可 下載

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章