我想通过URL下载iOS Developer Enterprise Program Applications。现在我在我的服务器中托管了plist和ipa文件。而plist文件是一个https链接,链接可以用浏览器打开,ipa也可以通过plist文件中的链接下载。但是当我连接itms-services://?action=download-manifest&url=https://xxxxxxxxxx.plist
之类的网址时,它会显示"Cannot connect to xxxxx"
。我该如何解决这个问题? THX。