honvi
honvi
  • 发布:2016-09-14 16:04
  • 更新:2016-10-19 17:54
  • 阅读:2862

IOS企业版 证书打包IPA,放到自己官网下载不了的问题

分类:5+ SDK

1、通过企业版证书打的IPA包,
2、放在在自己官网中
3、也配置了plist,服务器支持https,
4、但是就是下载不了,点击下载,就提示无法找打XXXXX,这是什么原因

2016-09-14 16:04 负责人:无 分享
已邀请:
honvi

honvi (作者)

下载页面代码
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>APP下载</title>
</head>
<body>
<a href="itms-services://?action=download-manifest&url=https://www.XXX.com/download/myapp.plist" >苹果版</a>
</body>
</html>

myapp.plist代码:

<?xml version="1.0" encoding="utf-8"?>
<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://www.xxxxx.com/download/myapp.ipa</string>
</dict>
<dict>
<key>kind</key>
<string>display-image</string>
<key>needs-shine</key>
<true/>
<key>url</key>
<string>http://www.xxxxx.com/download/Icon@2x.png</string>
</dict>
<dict>
<key>kind</key>
<string>full-size-image</string>
<key>needs-shine</key>
<true/>
<key>url</key>
<string>http://www.XXXX.com/download/Icon.png</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>XXXXX</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<string>myapp平台</string>

            </dict>  
        </dict>  
    </array>  
</dict>  

</plist>

灵媒

灵媒

蒲公英发布,然后把下载链接放在官网上即可,简单方便

  • honvi (作者)

    希望在自己的官网发布

    2016-09-14 17:15

飞apple55

飞apple55

这个问题解决了嘛?

该问题目前已经被锁定, 无法添加新回复