Reputation: 147
Can someone please list the steps needed to get a project setup for the AppStore. Lets assume the following
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)
Upvotes: 0
Views: 496
Reputation: 70733
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.
Upvotes: 1
Reputation: 89232
This flowchart is a good place to start
http://cubiclemuses.com/cm/articles/2008/11/22/iphone-development-flowchart/
Upvotes: 1
Reputation: 2843
Check the Apple Documentation first:
Make sure your app meets their guidelines and follow the steps they provide.
This is directly from apple so this is how it should be done.
Upvotes: 6