-
生成ipa提交到一个服务器上,生成外链(必须是https)
https://raw.githubusercontent.com/yangtianyan/HookLive4iPhone/master/live4iphone.ipa -
在生成两个icon,
512*512,57*57,提交上服务器,生成外链(必须是https)https://raw.githubusercontent.com/yangtianyan/HookLive4iPhone/master/AppIcon57.pnghttps://raw.githubusercontent.com/yangtianyan/HookLive4iPhone/master/AppIcon512.png -
创建
manifest.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>https://raw.githubusercontent.com/yangtianyan/HookLive4iPhone/master/live4iphone.ipa</string>//上传上去ipa的外链 </dict> <dict> <key>kind</key> <string>display-image</string> <key>url</key> <string>https://raw.githubusercontent.com/yangtianyan/HookLive4iPhone/master/AppIcon57.png</string>//上传上去的`57*57`icon的外链 </dict> <dict> <key>kind</key> <string>full-size-image</string> <key>url</key> <string>https://raw.githubusercontent.com/yangtianyan/HookLive4iPhone/master/AppIcon512.png</string>//上传上去的`512*512`icon的外链 </dict> </array> <key>metadata</key> <dict> <key>bundle-identifier</key> <string>com.SimBest.scc</string>// <key>bundle-version</key> <string>5.5.0</string>//版本号 <key>kind</key> <string>software</string> <key>title</key> <string>live4iPhone</string>//app名字 <key>subtitle</key> <string>鸡年大吉</string>//随便 </dict> </dict> </array> </dict> </plist> - 最后生成可以下载的链接
-
itms-services://?action=download-manifest&url=https://raw.githubusercontent.com/yangtianyan/HookLive4iPhone/master/manifest.plisthttps://raw.githubusercontent.com/yangtianyan/HookLive4iPhone/master/manifest.plist是生成的plist的外链最后讲此链接放入手机的
Safari中打开就可以了
如果ta帮到你节省了时间,要不要请我喝杯咖啡?


本文详细介绍了如何通过生成ipa文件、图标及manifest.plist文件实现iOS应用的远程安装过程,包括必要的https链接设置与最终下载链接的生成。
9274

被折叠的 条评论
为什么被折叠?



