Hockey Kit 供应配置文件无效?
Hockeykit Invaild Provisionary Profile?
我们最近设置了一个 HockeyKit 服务器,用于测试我们的 iOS 应用程序。我们已经关注了HockeyKit Docs and the Apple Doc's for OTA。我们遵循了一切并设置了一切,但我们在安装配置文件时遇到了问题。
我们可以点击"Install Profile",但是没有任何反应。
我们可以点击 "Install App",应用程序将安装但由于 "Invalid Profile".
而失败
我们尝试了几种不同的配置文件,但都失败了....
这是设备的控制台输出
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 8(Apple 删除的功能)。您需要始终使用更新后的配置文件在 Xcode 中创建一个新版本,并将此新版本上传到您的 HockeyKit 服务器。
我们最近设置了一个 HockeyKit 服务器,用于测试我们的 iOS 应用程序。我们已经关注了HockeyKit Docs and the Apple Doc's for OTA。我们遵循了一切并设置了一切,但我们在安装配置文件时遇到了问题。
我们可以点击"Install Profile",但是没有任何反应。 我们可以点击 "Install App",应用程序将安装但由于 "Invalid Profile".
而失败我们尝试了几种不同的配置文件,但都失败了....
这是设备的控制台输出
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 8(Apple 删除的功能)。您需要始终使用更新后的配置文件在 Xcode 中创建一个新版本,并将此新版本上传到您的 HockeyKit 服务器。