iTunes Connect 上传:要上传哪些文件
我已将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您应该通过 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.
这是直接从 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
您应该压缩 *.app 文件。
You should zip your *.app file.