10

iOS 8.1.3 の Enterprise Distribution で多くの問題が発生しています。このエラーが発生していたほとんどのインストールを修正できました。

Ignore manifest download, already have bundleID

この答えで:https://stackoverflow.com/a/25948839/517688

これは基本的に、サーバーのmanifest.plistでbundleIDを偽造するように指示します.

しかし、一部のテスト デバイスでは、変更後に新しいエラーが発生します。

Error Domain=MIInstallerErrorDomain Code=63 "Application is missing the application-identifier entitlement."

そして、私はこれに対する解決策を見つけることができないようです。

編集1

これを .entitlements ファイルに追加してみました:

<key>application-identifier</key>
<string>com.domain.appname</string>

しかし、配布用にアプリをアーカイブしようとすると、次のエラーが発生します。

None of the valid provisioning profiles allowed the specified entitlements: application-identifier, aps-environment.
4

4 に答える 4