1

私は、いくつかのクライアントの iOS Enterprise ディストリビューションを管理しています。配布証明書の有効期限が近づいている状況になり、証明書の更新の影響について興味があります。目標は、アプリケーションの整合性を維持し、アプリの再インストールを必要としないことです。エンド ユーザーに影響を与えることなく、証明書を更新してプロビジョニング プロファイルを再生成する方法はありますか?

証明書を更新してプロビジョニング プロファイルを再生成した場合、エンド ユーザーはアプリケーションを再インストールする必要がありますか?

ありがとうございました、

4

1 に答える 1

2

アップルエンタープライズ FAQ から:

Distribution provisioning profiles expire 12 months after they’re issued. Two months before expiration, the iOS device begins displaying notifications about the impending expiration. After the expiration date, the app won’t launch.

Before to a provisioning profile expires, use the iOS Development Portal to create a new profile for the app. Create a new app archive (.ipa) with the new provisioning profile, for users who are installing the app for the first time.

For users who already have the app, you may want to time your next released version so that it includes the new provisioning profile. If not, you can distribute just the new .mobileprovision file so users won’t have to install the app again. The new provisioning profile will override the one that’s already in the app archive.

ソース: http://help.apple.com/iosdeployment-apps/mac/1.1/#app43ad802c

于 2012-12-07T00:26:31.113 に答える