Search code examples
iosxcodeapp-store

How to submit new version of app using Xcode 4?


I have an existing app live with version 1.0.

Now I want to submit a new version (say 1.1). Using Xcode 4, what are the steps to submit the same?

Can I update the screenshots as well?


Solution

    1. Clean your target
    2. Go to the Build Settings and find Code Signing Identity field.
    3. Change Release identity to your iOS Distribution enter image description here
    4. Build > Archive your target. Organizer should pop-up.
    5. Click Validate/Submit.

    You can't, however, upload screenshots via Xcode4. It must be done in iTC.