Defender Of The Code
Defender Of The Code

Reputation: 147

What steps are necessary to get an App into the AppStore?

Can someone please list the steps needed to get a project setup for the AppStore. Lets assume the following

  1. I do not have any certificates, provisioning profiles, distribution profiles, app id (whatever they are), etc.
  2. 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)

Upvotes: 0

Views: 496

Answers (3)

hotpaw2
hotpaw2

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

Lou Franco
Lou Franco

Reputation: 89232

This flowchart is a good place to start

http://cubiclemuses.com/cm/articles/2008/11/22/iphone-development-flowchart/

Upvotes: 1

Matt
Matt

Reputation: 2843

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.

Upvotes: 6

Related Questions