【发布时间】:2015-12-03 22:44:58
【问题描述】:
我们最近设置了一个 HockeyKit 服务器,用于测试我们的 iOS 应用程序。我们关注了HockeyKit Docs 和Apple Doc's for OTA。我们跟踪了所有内容并设置了所有内容,但我们在安装配置文件时遇到了问题。
我们可以点击“安装配置文件”,但没有任何反应。 我们可以点击“安装应用程序”,应用程序将安装但由于“无效配置文件”而失败。
我们尝试了几种不同的配置文件,但都失败了......
这是设备的控制台输出
profiled[328] : (Error) MC: Failed to parse profile data. Error: NSError:
Desc : Invalid Profile
US Desc: Invalid Profile
Domain : MCProfileErrorDomain
Code : 1000
Type : MCFatalError
Dec 1 14:32:31 iPad1 profiled[328] : (Error) MC: Profile cannot be queued for installation. Error: NSError:
Desc : Invalid Profile
Sugg : Invalid Profile
US Desc: Invalid Profile
US Sugg: Invalid Profile
Domain : MCInstallationErrorDomain
Code : 4000
Type : MCFatalError
...Underlying error:
NSError:
Desc : Invalid Profile
US Desc: Invalid Profile
Domain : MCProfileErrorDomain
Code : 1000
Type : MCFatalError
我们也在他们的 GitHub 上提交了issue。
我们在这个设置中缺少什么?
【问题讨论】:
标签: ios ios-provisioning ota hockeyapp