当前位置:   article > 正文

ipa在线下载安装(itms-services)_ipa安装

ipa安装

要求:

1、ipa的下载地址放到plist的文件中,链接指定plist(plist格式见下文)

2、plist的链接要求一定是https的,而且必须是公网ssl,自签名及免费的https不可用。

3、链接格式要求一定是符合苹果规范的,itms-services://?action=download-manifest&url=https://****/***.plist


强调必须是公网ssl的https,其它不符合格式网址会报错,提示域名无法连接。


目前可以使用https测试用的域名:https://raw.githubusercontent.com/           (2018-01-16 测试通过)

具体方法:将plist上传到github上,查看plist内容页面上右上角点击“Raw”

使用该地址链接格式为https://raw.githubusercontent.com/用户名/项目名/master/xxxx.plist

拼接链接:itms-services://?action=download-manifest&url=https://raw.githubusercontent.com/用户名/项目名/master/xxxx.plist

在iphone手机中打开Safari,访问该链接,提示“在"iTunes"中打开链接吗?",点击打开

提示“raw.githubusercontent.com”要安装“XXXXX”,点击安装即可在线下载安装ipa。


.plist格式

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>items</key>
  6. <array>
  7. <dict>
  8. <key>assets</key>
  9. <array>
  10. <dict>
  11. <key>kind</key>
  12. <string>software-package</string>
  13. <key>url</key>
  14. <string>http://xxxxxxxxxxxxxxxxxxx/xxx.ipa</string>
  15. </dict>
  16. <dict>
  17. <key>kind</key>
  18. <string>full-size-image</string>
  19. <key>needs-shine</key>
  20. <true/>
  21. <key>url</key>
  22. <string>http://xxxxxxxxxxxxxxxxxx.png</string>
  23. </dict>
  24. <dict>
  25. <key>kind</key>
  26. <string>display-image</string>
  27. <key>needs-shine</key>
  28. <true/>
  29. <key>url</key>
  30. <string>http://xxxxxxxxxxxxxxxxxx.png</string>
  31. </dict>
  32. </array>
  33. <key>metadata</key>
  34. <dict>
  35. <key>bundle-identifier</key>
  36. <string>com.xxxx.demo</string>
  37. <key>bundle-version</key>
  38. <string>1.0.0</string>
  39. <key>kind</key>
  40. <string>software</string>
  41. <key>title</key>
  42. <string>XXXX App download</string>
  43. </dict>
  44. </dict>
  45. </array>
  46. </dict>
  47. </plist>


声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小舞很执着/article/detail/746156
推荐阅读
相关标签
  

闽ICP备14008679号