Validate and submit ipa to AppStore without source

后端 未结 2 1426
南方客
南方客 2021-02-05 12:40

I need to send an ipa to the client to submit it to the App Store (he has given me his .p12 key and certificate, together with the provisioning profile).

When it was XCo

相关标签:
2条回答
  • 2021-02-05 12:55

    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"

    0 讨论(0)
  • 2021-02-05 13:11

    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.

    0 讨论(0)
提交回复
热议问题