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)
you can remove a build from being the current build
- it's close to what I'm trying to do. – Dorsy