ipa在线下载安装(itms-services)
ipa在线下载安装(itms-services)
https://blog.csdn.net/xlyrh/article/details/79078271
要求:
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格式
<?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>http://xxxxxxxxxxxxxxxxxxx/xxx.ipa</string> </dict> <dict> <key>kind</key> <string>full-size-image</string> <key>needs-shine</key> <true/> <key>url</key> <string>http://xxxxxxxxxxxxxxxxxx.png</string> </dict> <dict> <key>kind</key> <string>display-image</string> <key>needs-shine</key> <true/> <key>url</key> <string>http://xxxxxxxxxxxxxxxxxx.png</string> </dict> </array> <key>metadata</key> <dict> <key>bundle-identifier</key> <string>com.xxxx.demo</string> <key>bundle-version</key> <string>1.0.0</string> <key>kind</key> <string>software</string> <key>title</key> <string>XXXX App download</string> </dict> </dict> </array> </dict> </plist>
============= End
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· SQL Server 2025 AI相关能力初探
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南