What are some things you need to do when preparing your app for submission?

link|improve this question

feedback

4 Answers

up vote 4 down vote accepted

Register with Apple and then read the Prepare for App Submission checklist from Apple (if you have yet to register, the App Store Resource Center lists the available online guides). This page also walks you through the process so that you'll know what to expect.

link|improve this answer
feedback

Create the new app at itunesconnect.apple.com . Clean all build targets and build it fresh. Make sure you have your provisioning profiles installed in the Keychain so you can sign it. Upload it through XCode's Organizer.

link|improve this answer
feedback

There are lots of checklists available out there for people publishing iOS apps. Here's one i found after a quick google search: http://www.scribd.com/doc/47462278/iOS-App-Submission-Checklist

link|improve this answer
feedback

You might want to also run it through the App Scanner to make sure that you have not accidentally used private API - thus preventing a rejection some time after submission.

http://www.macupdate.com/app/mac/35448/app-scanner

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.