Crashlytics - how can I delete builds/versions?

FirebaseCrashlyticsCrashlytics Beta

Firebase Problem Overview


I want to delete 2 of the builds/versions from the Crashlytics dashboard — they were uploaded with the wrong version number and it's creating havoc in the testing process.

I would prefer to completely and totally remove them from Crashlytics.

Firebase Solutions


Solution 1 - Firebase

Alex from Fabric here. If you want to archive a version of your app, head to:

https://fabric.io/settings/apps

Then select your app, click on the Versions tab, and disable any versions you no longer need.

You can't technically delete an app, because maybe someone has downloaded it and you want to still receive its crash reports. Hence you can only restrict others from downloading it moving forward

Solution 2 - Firebase

Go to Settings -> APPS -> select your app -> Click on versions tab -> disable accident version.

Solution 3 - Firebase

To delete a specific app version/build/flavor from Crashlytics/Fabric:

  1. Go to https://fabric.io/settings/apps
  2. Select the app version/build/flavor you want to delete
  3. On the screen you will see the following options

Enable Privacy Prompt | Enable Answers Enhanced Feature Set | Disable IP Address Tracking | Delete App

To delete, select the last option. Please note you must be an admin

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionRichard GrossmanView Question on Stackoverflow
Solution 1 - FirebaseAlexizamericanView Answer on Stackoverflow
Solution 2 - FirebaseThanh TruongView Answer on Stackoverflow
Solution 3 - FirebaseGeorge F.View Answer on Stackoverflow