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)
source
share