15

iOS開発者プログラムとiOSエンタープライズプログラムに関連するいくつかの問題に直面しています。私のクライアントの1人が私にそれらの1つを提案するように頼みます。iOSエンタープライズプログラムに関する私の質問に答えてください-

  1. iOS Enterpriseアカウントを購入した場合、社内のアプリケーション配布に利用できるようになるのはいつですか?
  2. アプリをインストールできるデバイスはいくつありますか?
  3. すべてのデバイスのUDIDが必要ですか?
  4. 新しいデバイスを追加したい場合はどうすればよいですか?
  5. 同じアドホック配布の場合、アドホック証明書の有効期限はいつですか?

ありがとう

4

2 に答える 2

19
  1. As soon as you sign the contracts and make the purchase and Apple verifies all the information, you can create your distribution certificate, provisioning profile and then sign your app with the certificate, and distribute your app with the profile.
  2. There is no limit to the number of devices.
  3. No, you do not need to get the UDID's of the devices for Enterprise distribution.
  4. Just send the app and the distribution provisioning profile to the user who has the new device.
  5. The certificate is used to sign the app - to my knowledge there is not an "ad-hoc" vs. "distribution" certificate.
于 2011-09-06T12:23:05.693 に答える
3

こんにちはレイフレック、私はそれについてよくわかりません..この投稿を読んで:http ://www.linkedin.com/groups/Has-anyone-had-experience-iOS-72283.S.52864455 は私にそれを認識させました:

エンタープライズライセンスでは、2種類のリリースを実行できます。

  • 内部配布用のリリース
  • サードパーティディストリビューションのリリース

内部配布にはデバイスの制限はありません

サードパーティの配布は、100台のデバイスに制限されています。

于 2012-10-03T09:09:49.487 に答える