質問

私はそれをApp Storeに送信するためにIPAをクライアントに送信する必要があります(プロビジョニングプロファイルとともに彼の.p12の鍵と証明書を与えられた)。

Xcode 3.x(Submission= WebBrowserを介してアップロード)の場合、簡単なプロセスです。しかし、Xcode 4では、どうすればいいですか?

  • 私は私のクライアントのユーザー名とパスワードをITUncesconnectに持っていないため、アプリを検証して送信することはできません。
  • 彼はプロジェクトを持っていませんが、私が建てたIPAだけではないので、どちらもアーカイブ/検証/送信できません。

    彼がXcodeオーガナイザにIPAをインポートしてそれを検証して送信することができる方法はありますか?

役に立ちましたか?

解決

You must build for device using the appropriate certificate/provisionning, Then go to products, you find the .app file, choose "show in finder" Zip the .app file and send it to your client.

Once you've done this, your client must use "Application loader" to submit/updload the binary/application.

"Application Loader" is an utility installed with Xcode.
In general you find it in the path "xcode/Applications/Utilities"

他のヒント

Your client could use the application loader to upload the ipa.

You should first select Deliver Your App and not Open Package which is misleading.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top