Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Preparing app for submission

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

like image 459
Linuxmint Avatar asked Mar 11 '11 17:03

Linuxmint


People also ask

What does prepare for submission mean?

Preparing an app for submission means configuring its metadata , or related in app purchases or if its a game then configuring game center , so once you are over with developing your app then you are ready to submit it to the iTunes app store review .

How do I get out of preparation for submission?

Now you can simply go to "App information" section and at the bottom you will see "Remove App" option which removes the entire application. Prepare for Submission.

How long does App Store submission take?

On average, 90% of submissions are reviewed in less than 24 hours. You'll be notified by email of status changes. You can also check the review status of your submission in the My Apps section of App Store Connect or on the App Store Connect app for iPhone and iPad.

What is needed for App Store submission?

Submissions to App Review, including apps you make available for pre-order, should be final versions with all necessary metadata and fully functional URLs included; placeholder text, empty websites, and other temporary content should be scrubbed before submission.


2 Answers

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.

like image 98
PengOne Avatar answered Oct 03 '22 17:10

PengOne


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.

like image 20
Josh Avatar answered Oct 03 '22 16:10

Josh