iOS Enterprise app deploys to your server without AppStore to install apps directly on your iOS device

Source: Internet
Author: User

iOS Enterprise app deployment to server

After the iOS upgrade is iOS7, the plist file must be placed on the HTTPS server, and HTTP is not available.

The. plist reference template is as follows:

<?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&gt        ; <dict> <key>kind</key> <string>software-package</string> <key>url</key> <string>https://test.company.com.cn/m/moa/test.ipa</string>//Software installation package, the server path where the installation package resides</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>//The picture path of dot thing on 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>//Install the pictures that the app displays</dict> </array> <key>metadata</key> <dict> <key>update-ur L</key> <string>https://test.company.com.me/ioslocal.plist</string>//version update URL<key>bundle-identifier</key> <string>com.zte.test</string>//Application Bundle-identifier<key>bundle-version</key> <string>3.0.3</string>//Use version number<key>kind</key> <string>software</string> <key>title</key> <string&GT;IPA Package Deployment Test </string>//Install the name of the app display</dict> </dict></array></dict></plist>

The principle of installing applications directly on iOS devices without the AppStore

With the Itms-services protocol, the app can be installed directly on iOS devices in Safari browser. The Itms-services protocol requires a plist configuration file.

Deploy a specific process

Prepare files: plist file, IPA installation package, HTML download page

iOS Enterprise app deploys to your server without AppStore to install apps directly on your iOS device

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.