Remove old builds from testing in Testflight

I recently noticed that the Apple TestFlight application provides the ability to install older builds of the application (the application during internal testing).

This is actually a good feature, but is there any way to remove some assembly that I no longer want anyone to install?

In my case: I found an error in the application that causes problems on the server side - the application simply overrides the data. The problem in the application has already been resolved in assembly X, but TestFlight still allows the user to install assembly X-1.

I tried:

  • found this option
  • stop and start testing
  • change the application version (from 0.1 to 0.2), but builds of version 0.1 are still available - probably before the expiration date (60 days from download)
+4
source share
1 answer

In TestFlight builds (ios), if you have multiple builds, select the bad one. Then complete the assembly, now on the right side of the screen.

+7
source

Source: https://habr.com/ru/post/1662107/


All Articles