Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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)
like image 506
zalogatomek Avatar asked Nov 28 '16 07:11

zalogatomek


People also ask

What happens when you expire a build on TestFlight?

TestFlight will tell you how many days until your current version expires. Once expired, you won't be able to use the Register app until you update to newer early access version or revert to the regular version of the Register app. To update to a newer early access version, open TestFlight and select Update.

How do you delete apps from TestFlight?

If you want to delete from device long press on app icon, it will show x option on app icon. Now click on that app will be deleted automatically. If you want to delete app from test flight remove that user id from your account for that app.


1 Answers

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.

like image 120
Bill Avatar answered Sep 28 '22 10:09

Bill