Search code examples
iosxcodeapp-store-connecttestflight

Remove old builds from testing in Testflight


Recently I have noticed, that Apple's TestFlight app provides possibility to install older builds of application (application is during internal testing).

It is actually a nice feature, but is there any chance to remove some build that I don't want anybody to install anymore?

My case: I found some bug in app, that causes problems on a server-side - app simply overrides data. Problem in app is already solved in build X, but TestFlight still allow user to install build X-1.

I've tried:

  • found this option
  • stop & start testing
  • change app version (from 0.1 to 0.2) but builds of version 0.1 are still available - probably until expiration date (60 days from upload)

Solution

  • Under TestFlight builds (ios), If you have multiple builds, select the bad one. Next expire the build, currently on the righthand side of the screen.