我有一个企业应用程序,我通过OTA分发。当我尝试安装它时,我从Xcode设备日志中得到此错误:
LoadExternalDownloadManifestOperation: Canceling failed manifest
download for replace: [MyBundleID]
[MIClientConnection uninstallIdentifiers:withOptions:completion:]:
Uninstall requested by itunesstored (pid 2029) for identifier MyBundleID with options:
这是我的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://myDomain/api/iosEventAppLink/EventApp.ipa</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>xxx.com.domain.EventApp</string>
<key>bundle-version</key>
<string>1.0</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<string>AppName</string>
</dict>
</dict>
</array>
</dict>
</plist>
非常感谢任何帮助
答案 0 :(得分:4)
对于任何想要了解更多信息的人来说:
答案 1 :(得分:1)
导出存档时请确保选项以创建.IPA文件。 使用&#34;保存进行特别部署&#34;或者&#34;保存企业部署&#34;。 我遇到了同样的错误&#34;无法下载App此时无法下载&#34;当我使用选项&#34;保存为iOS App Store部署&#34;创建.IPA文件并尝试通过网站安装该应用程序。
答案 2 :(得分:0)
在我的情况下,问题是我在提示时未确认iCloud密码。因此,请确保您确认iCloud密码并重启设备,然后重试。希望它会帮助某人。
答案 3 :(得分:0)
此问题针对相同的错误消息提供了解决方案。 "Unable to download application. <Appname> could not be installed at this time"
我也遇到过这个问题。就我而言,设备上的证书存在问题。我不得不将其删除并重新安装。