Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Test Flight does not detect a new build with same version number

Tags:

testflight

I already have a app on testflight with version number say 2.2.1 with permission to 3 users.

I now create another IPA with some minor changes, and upload the same to testflight with the exact same version number ( i cannot change the version# as this is an internal release).

The upload is successful, but it does not add the "#2" to the build version. Because of this the permissions page comes down with the 3 testers already selected.

The problem here now is, click " Update and notify" does not send emails to these 3 testers as they had been already given permissions for the previous build.

Any help on how i can force testflight to detect that this is a new build?

here's the reference for the feature. http://help.testflightapp.com/customer/portal/articles/402778-how-version-numbers-are-set-

like image 644
amit thakkar Avatar asked Apr 10 '14 17:04

amit thakkar


People also ask

Can I upload a new build with same version after Apple's app review is done?

Update your target version in xCode to match just created app version. Update your build number, as you can't upload same build number on same app version.

How do I change TestFlight version?

In TestFlight iOS app. Tap on the app for which you want to get the previous version. After tapping you will see the detail of it and at the top, you will be able to see the 'Previous Versions' button. Tap on 'Previous versions.


1 Answers

I tried Alexey's approach and it did not work for me.

I did get it fixed by going to iTunesConnect: My Apps -> YourAppName -> Prerelease -> Builds

I then turned off the "TestFlight Beta Testing" switch and then turned it back on again.

Here is a screenshot.

like image 99
diadyne Avatar answered Oct 20 '22 18:10

diadyne