xcode 无源验证并提交ipa到AppStore

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9429506/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 23:25:41  来源:igfitidea点击:

Validate and submit ipa to AppStore without source

iphonexcodeapp-storesubmissionipa

提问by Enzo Tran

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).

我需要向客户端发送一个 ipa 以将其提交到 App Store(他给了我他的 .p12 密钥和证书,以及配置文件)。

When it was XCode 3.x (submission = upload through webbrowser), it is an easy process. But with XCode 4, how can I do this?

当它是 XCode 3.x(提交 = 通过网络浏览器上传)时,这是一个简单的过程。但是使用 XCode 4,我该怎么做?

  • I cannot validate and submit the app myself because I don't have my client's username and password for itunesconnect.
  • He doesn't have the project, but just the ipa that I built, so he cannot archive/validate/submit it neither.
  • 我无法自己验证和提交应用程序,因为我没有用于 itunesconnect 的客户用户名和密码。
  • 他没有这个项目,只有我构建的 ipa,所以他也不能存档/验证/提交它。

Is there any way he can import the ipa into the XCode organizer to validate and submit it?

有什么办法可以将ipa导入到XCode组织器中进行验证并提交吗?

回答by AmineG

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.

您必须使用适当的证书/配置为设备构建,然后转到产品,找到 .app 文件,选择“在 finder 中显示”压缩 .app 文件并将其发送给您的客户端。

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"

“Application Loader”是一个与 Xcode 一起安装的实用程序。
通常,您可以在路径“xcode/Applications/Utilities”中找到它

回答by sElanthiraiyan

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

您的客户端可以使用应用程序加载器上传 ipa。

You should first select Deliver Your Appand not Open Packagewhich is misleading.

您应该首先选择Deliver Your App而不是Open Package误导。