一:第一種方法 1:把ipa上傳到一個https類型的網站比如:https://worktile.com 2:更改plist中urrl 3:把plist也上傳到一個htts的網站 4:更改ISS的 4.1添加.ipa MIMI類型是:application/iphone 4.2添加plist MIM ...
一:第一種方法
1:把ipa上傳到一個https類型的網站比如:https://worktile.com
2:更改plist中urrl
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:把plist也上傳到一個htts的網站
4:更改ISS的
4.1添加.ipa
MIMI類型是:application/iphone
4.2添加plist
MIMI類型是:application/xml
5:建立一個html頁面,添加一個a標簽。內容為:
<a href="itms-services://?action=download-manifest&url=https://wt-prj.oss.aliyuncs.com/3c975fd9fa234973b8ab22fa74a3bbd5/3c09c940-811a-498e-88fd-e194df886361.plist" id="text">點擊下載</a>
二:第二種辦法
1:利用一款應用托管平臺,比如蒲公英(http://www.pgyer.com/)
2 :將開發好的應用上傳到蒲公英,具體上傳流程請自己實際操作。
3:生成二維碼或者地址。
一個網址:http://blog.csdn.net/berryreload/article/details/15028085
寫文不易,轉載請註明出處:http://www.cnblogs.com/zszs/p/5662682.html