Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

marsela meco
marsela meco
511 Points

iOS app submission

how do i submit my Xcode iOS app through Xcode, and or iTunes connect and apple developer website, i'm logged into the iOS member center?

2 Answers

Here's a quick guide that should put you in the right direction:

http://appdevelopermagazine.com/825/2013/10/25/Guide:-How-to-Publish-from-Xcode-5-To-The-Apple-App-Store/

And here's a more in-depth guide that explains the steps in greater detail:

http://www.techotopia.com/index.php/Preparing_and_Submitting_an_iOS_7_Application_to_the_App_Store

The first step is to go to https://itunesconnect.apple.com -> "Manage your apps" -> "Add new app". Then you will need to provide all the information about your app that will be displayed in the App Store later on. Once that's done a "Ready to Upload Binary" button will appear in iTunes Connect. Click it: The status will change to "Waiting for upload" and you will be able to upload your app from within Xcode.

Apple's documentation on the whole process is helpful: https://developer.apple.com/appstore/resources/submission/index.html

Good luck with your submission!