将应用程序放入 AppStore 需要执行哪些步骤?
有人可以列出为 AppStore 设置项目所需的步骤吗?假设以下情况
- 我没有任何证书、配置文件、分发配置文件、应用程序 ID(无论它们是什么)等。
- 我有 iPhone 和 iPad
另外,请注明 1.如果我创建第二个应用程序,我需要做什么 2. 如果我的一台或多台设备被 AppleCare 更换(或者如果我添加了新设备)
Can someone please list the steps needed to get a project setup for the AppStore. Lets assume the following
- I do not have any certificates, provisioning profiles, distribution profiles, app id (whatever they are), etc.
- I have an iPhone and an iPad
In addition, please specify
1. what I would need to do if I created a second App
2. If one or more of my devices were swapped with AppleCare (or if I added new devices)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
首先检查Apple文档:
确保您的应用程序符合他们的指南
并按照他们提供的步骤进行操作。
应用商店步骤
这是直接来自苹果的,所以应该这样做。
Check the Apple Documentation first:
Make sure your app meets their guidelines
and follow the steps they provide.
App Store Steps
This is directly from apple so this is how it should be done.
您需要仔细阅读Apple的iOS开发指南和 iOS 开发者计划
开发中心的配置门户中的标准程序用户指南,然后是 iTunes Connect 开发人员指南。不仔细阅读这些文件可能会致命。
回答第 2 部分的第三个问题:
如果您将已注册的设备更换为新设备(维修、升级等),则必须在门户中添加新设备的 UDID,获取新的配置文件,然后删除这些新设备Xcode 上的配置文件。不过,设备总数不要超过 100 台,否则您将陷入困境,无法使用新的(维修、更换等)设备进行开发。
You need to carefully read Apple's iOS Development Guide and the iOS Developer Program
Standard Program User Guide in the dev center's Provisioning Portal, then the iTunes Connect Developer Guide. Skipping careful reading of these documents can be deadly.
Answer to your 3rd question, part 2:
If you exchange your registered device for a new one (repair, upgrade, etc.), you will have to add the new device's UDID in the portal, get new provisioning profiles, and drop those new provision files on Xcode. Don't go over 100 devices total though, or you will be stuck and not able to use your new (repair, exchange, etc.) device for development.
此流程图是一个很好的起点
http://cubiclemuses。 com/cm/articles/2008/11/22/iphone-development-flowchart/
This flowchart is a good place to start
http://cubiclemuses.com/cm/articles/2008/11/22/iphone-development-flowchart/