本文介绍了如何使用 Xcode 将 iOS 应用程序提交到 App Store (iTunes Connect)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当您完成应用编码后,如果我是对的,您可以使用 Xcode 或 Application Loader 将您的构建上传到 iTunes Connect.
When you're done coding your app, if I'm right, you upload your build to iTunes Connect using either Xcode or Application Loader.
我想问的是:
我将如何使用 Xcode (6.3.2) 将我的构建提交到 iTunes Connect?
推荐答案
这是一个简短"的操作指南:
Here is a "short" guide for what to do:
- 使用您的开发者帐户的 AppleID 登录
- 导航到证书、标识符和个人资料
- 选择证书
- 下载/创建用于iOS分发和iOS开发的iOS证书
- 导航到配置文件
- 为iOS 分发和iOS 开发下载/创建配置文件
- log in using your developer account's AppleID
- navigate to Certificates, Identifiers & Profiles
- choose Certificates
- download / create iOS Certificates for iOS Distribution and iOS Development
- navigate to Provisioning Profiles
- download / create Provisioning Profiles for iOS Distribution and iOS Development
In AppStore Connect:
- 使用您的开发者帐户的 AppleID 登录
- 导航到我的应用
- 在左上角按 +
- 填写它要求的所有数据
在 Finder 中:
- 导航到您之前下载的证书和配置文件
- 双击它们
- 如有必要,请输入密码
- 如果 KeyChain 弹出,请关闭它
在 Xcode 中:
- 打开你的项目
- 在左上角点击项目文件
- 在Identity下设置版本&构建编号
- 对于签名,勾选自动管理签名
- ...然后选择您的团队为
- 在方案 下选择Generic iOS Device或连接的设备
- 使用 构建您的项目
- 在状态栏中,找到 Product 并选择 Archive.这将需要一段时间来归档您的项目并最终打开 xcode 管理器的 Archives 部分
- 点击分发应用
- 按照步骤完成该过程.您应该只需要按几次 Next.如果一切顺利,进度会显示类似上传二进制文件.
- 等待 Xcode 成功将二进制文件上传到 AppStore Connect.然后继续执行以下步骤.
- open your project
- in the top left corner tap on the project file
- under Identity set the version & build numbers
- for Signing, check Automatically manage signing
- ...then select your team as
- select Generic iOS Device or a connected device under Schemes
- use to build your project
- in the status bar, find Product and select Archive. This will take a while to archive your project and eventually bring up the Archives section of xcode's Organizer
- click Disrtibute App
- follow the steps to complete the process. You should only have to press Next a few times. If everything goes well, the progress will say something like uploading binary.
- Wait until Xcode has successfully uploaded the binary to AppStore Connect. Then proceed with the steps below.
返回 AppStore Connect:
- 使用您的开发者帐户的 AppleID 登录
- 导航到我的应用
- 选择您的应用
- 向下滚动并找到Build
- 它应该显示您刚刚通过 Xcode 上传的构建,如有必要,请选择它
- 请注意,构建可能尚不可选.它需要先完成处理.这通常需要大约一个小时.
- 注意如果您想在审核后手动发布您的应用,请在版本发布下选择该选项,否则请跳过此
...
- 审核完成后,您可以手动将其发布到 AppStore,也可以根据您在第 6 步中选择的内容自动发布.
- 审核新应用通常需要大约一周的时间,但可能会有所不同.更新只需要几天时间
- 发布后它的状态将是App Store 正在处理,这可能需要大约半小时
- 然后状态将更改为准备销售,这实际上意味着用户现在可以下载您的应用
- When the review is finished you can either release it manually to the AppStore or it will automatically do that depending on what you selected in step 6.
- Review for new apps usually takes about a week, but it may vary. Updates will take a few days only
- After release its status will be Processing for App Store, that may take about half an hour
- The status will then change to Ready for Sale which effectively means, users can now download your app
这篇关于如何使用 Xcode 将 iOS 应用程序提交到 App Store (iTunes Connect)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!