ISS_1 enables the website to use the ipad browser to download and install the program developed by x-code, iss_1ipad
I. method 1
1: Upload ipa to an https-type website such as: https://worktile.com
2: Change urrl in plist
1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 4 5 <plist version="1.0"> 6 7 <dict> 8 9 <key>items</key>10 11 <array>12 13 <dict>14 15 <key>assets</key>16 17 <array>18 19 <dict>20 21 <key>kind</key>22 23 <string>software-package</string>24 25 <key>url</key>26 27 <string>https://wt-prj.oss.aliyuncs.com/3c975fd9fa234973b8ab22fa74a3bbd5/754c3a6b-0cd3-4a5b-bb3d-2cdd82f4c93c.ipa</string>28 29 </dict>30 31 </array>32 33 <key>metadata</key>34 35 <dict>36 37 <key>bundle-identifier</key>38 39 <string>com.rui.ShiDa</string>40 41 <key>bundle-version</key>42 43 <string>1.0</string>44 45 <key>kind</key>46 47 <string>software</string>48 49 <key>title</key>50 51 <string>CarPlatform0706_1</string>52 53 </dict>54 55 </dict>56 57 </array>58 59 </dict>60 61 </plist>
3: Upload plist to an htts website.
4: Change the ISS
4.1 Add. ipa
The MIMI type is application/iphone.
4.2 Add plist
The MIMI type is application/xml.
5. Create an html page and add a tag. Content:
<A href = "itms-services ://? Action = download-manifest & url = https://wt-prj.oss.aliyuncs.com/3c975fd9fa234973b8ab22fa74a3bbd5/3c09c940-811a-498e-88fd-e194df886361.plist "id =" text "> click to download </a>
Ii. method 2
1: use an application hosting platform, such as dandelion (http://www.pgyer.com /)
2: Upload the developed application to Dandelion. Perform the upload procedure on your own.
3: generate a QR code or address.
One URL: http://blog.csdn.net/berryreload/article/details/15028085
Not easy to write, reprint please indicate the source: http://www.cnblogs.com/zszs/p/5662682.html