如何使用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:
在 Apple的会员中心:
In Apple's Member Center:
- 使用您的开发者帐户的AppleID登录
- 导航到证书,标识符&个人资料
- 选择证书
- 下载/创建 iOS发布和 iOS开发的iOS证书
- 导航至配置配置文件
- 下载/创建 iOS Distribution 和 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
在 iTunes Connect :
In iTunes Connect:
- 使用您的开发者帐户的AppleID登录
- 导航至我的应用
- 在左上角按+
- 填写它要求的所有数据
- Log in using your developer account's AppleID
- Navigate to My Apps
- In the top left corner press +
- Fill in all the data it asks for
在Finder中:
- 导航至您之前下载的证书和配置文件
- 双击它们
- 如有必要,请输入密码
- 关闭KeyChain如果弹出
- Navigate to your previously downloaded certificates and provisioning profiles
- double-click them
- enter passwords if necessary
- close KeyChain if it popped up
在Xcod e:
- 打开您的项目
- 在左上角点按项目文件
- 在身份下设置版本&选择您的团队
- 导航到构建设置
- 查找代码签名
- 而不是iOS Developer选择您团队的身份
- 选择通用iOS设备或 Schemes 下的连接设备
- 使用
cmd
+b
来构建项目 - 在产品下选择存档,这将显示Xcode的 Archives 部分
- 单击上传到AppStore
- 单击选择以选择团队的身份
- 选择下一步并完成整个过程
- Open your project
- In the top left corner tap on the project file
- Under Identity set the version & select your team
- Navigate to Build Settings
- Find Code Signing
- Instead of iOS Developer select your team's identities
- Select Generic iOS Device or a connected device under Schemes
- Use
cmd
+b
to build your project - Under Product select Archive, this will bring up the Archives section of Xcode
- Click Upload To AppStore
- Click Choose to select your team's identity
- Select Next and finish the process
返回iTunes Connect:
- 使用您的开发者帐户的AppleID登录
- 导航至我的应用
- 点按你的应用
- 向下滚动并找到 Build
- 应该在那里显示您刚刚通过Xcode上传的构建,如果是n,请选择它必要
- 填写页面上所需的所有数据
- 注意如果您想在审核后手动发布应用在版本发布下选择该选项,否则跳过此
- Log in using your developer account's AppleID
- Navigate to My Apps
- Tap on your App
- Scroll down and find Build
- There it should show your build you just uploaded via Xcode, select it if necessary
- Fill in all data required on the page
- Note If you want to manually release your app after it's reviewed select that option under Version Release, otherwise skip this
...
- 审核完成后,您可以手动将其发布到AppStore,也可以根据您在步骤6中选择的内容自动执行此操作。
- 对新应用的审核通常需要一周左右,但可能会有所不同。更新只需几天
- 发布后,其状态为 Processing for 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