iOS企業版app部署到自己伺服器,不通過AppStore,在iOS裝置上直接安裝應用程式

來源:互聯網
上載者:User

標籤:upd   pps   協議   isp   ack   應用程式   直接   模板   encoding   

iOS企業版app部署到伺服器

.正對ios升級得ios7 以後,plist檔案必須放到 https得伺服器上了,http不可以用了

.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>https://test.company.com.cn/m/moa/test.ipa</string> // 軟體安裝包,安裝包所在的伺服器路徑        </dict>        <dict>            <key>kind</key>            <string>full-size-image</string>            <key>needs-shine</key>            <false/>            <key>url</key>            <string>https://test.company.com.cn/m/abc/test-512.png</string> //在itunes上點事的圖片路徑        </dict>        <dict>            <key>kind</key>            <string>display-image</string>            <key>needs-shine</key>            <false/>            <key>url</key>            <string>https://test.company.com.cn/m/moa/test-57.png</string> // 安裝應用顯示的圖片        </dict>    </array>        <key>metadata</key>        <dict>            <key>update-url</key>            <string>https://test.company.com.me/iosLocal.plist</string> // 版本更新URL            <key>bundle-identifier</key>            <string>com.zte.test</string> // 應用bundle-identifier            <key>bundle-version</key>            <string>3.0.3</string> // 用用版本號碼            <key>kind</key>            <string>software</string>            <key>title</key>            <string>ipa包部署測試</string> // 安裝應用顯示的名稱        </dict>    </dict></array></dict></plist>

 

 

不通過在AppStore,在IOS裝置上直接安裝應用程式的原理

通過itms-services協議,在safari瀏覽器可以直接在ios裝置上安裝應用程式。itms-services協議需要一個plist設定檔。

 

部署具體過程

準備檔案:plist檔案,ipa安裝包,html下載頁面

 

iOS企業版app部署到自己伺服器,不通過AppStore,在iOS裝置上直接安裝應用程式

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.