最近、iOS アプリのテスト目的で HockeyKit サーバーをセットアップしました。OTA については、 HockeyKit のドキュメントとApple のドキュメントに従っています。すべてに従い、すべてを設定しましたが、プロビジョニング プロファイルのインストールに問題があります。
「プロファイルのインストール」をクリックできますが、何も起こりません。「アプリのインストール」をクリックすると、アプリはインストールされますが、「無効なプロファイル」が原因で失敗します。
いくつかの異なるプロファイルを試しましたが、すべて失敗しました....
これは、デバイスからのコンソール出力です
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 にもイシューを提出しました。
このセットアップに欠けているものは何ですか?