iTunes Connect 上传:要上传哪些文件

发布于 2024-12-26 01:42:56 字数 253 浏览 0 评论 0原文

我已将 iOS 应用添加到 iTunes Connect,目前正在尝试使用 Application Loader 上传二进制文件。在 iTunes Connect 开发人员指南 中,他们似乎正在上传 zip 文件。我应该只制作我的完整项目的 zip 或它们除外吗?

I've added my iOS app to iTunes Connect and is currently trying to upload the binary using Application Loader. In the iTunes Connect Developer Guide is seems that they are uploading a zip file. Should I just make a zip of my complete project or what are they excepting?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

月牙弯弯 2025-01-02 01:42:56

您应该通过 Xcode 上传二进制文件。

首先进行干净的构建(清理所有目标)是个好主意,我通常也会删除我的 Build/ 目录。然后进行构建/构建和存档。确保执行此操作时已连接设备,并且应用程序未处于调试模式。然后打开 Xcode 管理器并选择要上传的二进制文件。这就是全部内容了。您不必手动压缩文件。

You should upload the binary through Xcode.

It's a good idea to do a clean build first (Clean All Targets), and I usually delete my Build/ directory as well. Then do Build/Build and Archive. Make sure you have a device connected when you do this, and that the app is not in debug mode. Then open the Xcode organizer and select the binary to upload. That's all there is to it. You do not have to zip the files manually.

月寒剑心 2025-01-02 01:42:56

这是直接从 xcode 提交的分步过程,

只需转到 编辑方案 > 存档 >选择发布
将您的个人资料更改为分发(iOS 应用商店)。
选择 ios 设备。
转到产品>存档

完成后转到管理器

选择存档并单击分发
选择提交到 iOS AppStore
登录
选择应用程序,它将显示具有准备上传状态的应用程序
选择个人资料。
干得好。

干杯

Here is step by step procedure to submit directly from xcode,

Just goto edit scheme > Archive > select Release.
Change your profiles to distribution (ios app store).
Select ios Device.
Goto Product> Archive

After completion goto Organizer

Select the Archive and click Distribute
Select Submit to iOS AppStore
Login
Select app, it will be showing app that has ready for upload status
Select profile.
Here you go.

Cheers

缘字诀 2025-01-02 01:42:56

您应该压缩 *.app 文件。

You should zip your *.app file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文