準(zhǔn)備plist文件,ipa安裝包,html下載頁(yè)面,57 * 57的app 圖標(biāo),512 * 512的app 圖標(biāo)。
1,把57 * 57,512 * 512,ipa提交到服務(wù)器上可以是http的
2,把準(zhǔn)備的plist打開,補(bǔ)充信息。
Snip20200108_2.png
3.把這個(gè)plist文件放到https的服務(wù)器上。
4,寫html網(wǎng)頁(yè)如下,把https://120.120.80/syl.plist換成你自己的plist文件所在位置
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset="UTF-8">
<title>app下載</title>
</head>
<body>
<a href="itms-services://?action=download-manifest&url=https://120.120.80/syl.plist">下載</a>
</body>
<html>
5,把此html放在服務(wù)器上最好是https的。并把鏈接生成二維碼。