赞
踩
前提必要条件:
<a title="ios" href="itms-services://?action=download-manifest&url=https://配置文件地址/ipa.plist" download="app.ipa" target="_blank">
<span>IOS下载</span>
</a>
<?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://下载服务地址/app.ipa</string> </dict> <dict> <key>kind</key> <string>display-image</string> <key>need-shine</key> <integer>0</integer> <key>url</key> <string>https://下载服务地址/logo.png</string> </dict> </array> <key>metadata</key> <dict> <key>bundle-identifier</key> <string>包名</string> <key>bundle-version</key> <string>1.0</string> <key>kind</key> <string>software</string> <key>title</key> <string>应用名称</string> </dict> </dict> </array> </dict> </plist>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。