Greg
Greg

Reputation: 33650

Is it possible to submit a new testflight version while another version is in the review queue?

An app I'm working on has version 1.0.1 in waiting for review. We submitted a build of version 1.0.2 using application loader with the intent of making it available as a prerelease build for testers while 1.0.1 is in the queue. An hour or two later we received an email saying that version 1.0.1 had been developer rejected.

Is there some way to have a version in the review queue, while our testers test the next version as a prerelease build via testflight beta distribution?

Upvotes: 14

Views: 4312

Answers (2)

Anshad Rasheed
Anshad Rasheed

Reputation: 2566

Yes, you can only thing you have to ensure is your build version should be differnt.

Upvotes: 0

Dirk
Dirk

Reputation: 2425

This is possible. You can upload new builds of, say, 1.0.2 to iTunes Connect and test them via TestFlight while version 1.0.1 is "waiting for review".

I did that with my app. I uploaded all the builds with Xcode, if that makes a difference.

Upvotes: 3

Related Questions