Pushing from TestFlight to AppStore new version

Viewed 25259

I'm uploaded my app to Testflight and it is working ok. Now I need to deploy a new version in App Store. I readed the doc, but ITunesConnect has different user interface and I'm not sure how I can to push from ITunesConnect to AppStore in the simple way. Any idea, link?

Thanks.

4 Answers

For question regarding how to promote from Test Flight to App Store new version:

After expiring the Test Flight build as others explained, today the way it worked was:

  1. Click blue + symbol to add iOS app

enter image description here

  1. When you get the pop-up for Store Version Number - it does not need to match your actual build and version number.

enter image description here

  1. Once you do this, you will then see the yellow "Prepare for Submission"

enter image description here

  1. Click that and you will see the view to select the latest build

If you want to select a build from test flight and make it live on App-store follow these steps.

Note: there should be builds present in the test flight.

Go to https://appstoreconnect.apple.com/

Go to "My apps".

Step 1: Click on prepare for submission.

Screenshot for step 1

Step 2: Scroll down and go to builds section and click on "select your build". Screenshot for step 2

Step 3: Select your build from the list of builds you have uploaded on test flight.

Screenshot for step 3

Expire your build from testing and then create new release based on this build (blue button "+ VERSION OR PLATFORM" on left menu in "App Store" tab). This is where you can submit version for review and then release automatically.

Desmond: From Apple Store Connect (https://help.apple.com/app-store-connect/#/devdc42b26b8)
From TestFlight directions:

Step 7: Stop testing When you are done testing, you can optionally expire a build to stop testing it, and then go to Overview of publishing an app for the process of submitting your app to the App Store. If you don’t expire your build and submit it to the App Store, testers that have received an invite to test will still be able to test your build even after it goes live on the App Store. Your build will become unavailable in TestFlight after 90 days.

Related