'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)


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source