Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crashlytics - how can I delete builds/versions?

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.

like image 340
Richard Grossman Avatar asked Aug 17 '15 03:08

Richard Grossman


People also ask

Is Crashlytics real time?

Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. Crashlytics saves you troubleshooting time by intelligently grouping crashes and highlighting the circumstances that lead up to them.

How do I check my Crashlytics logs?

Once you have Crashlytics up and running in your app, you can navigate to Crashlytics in your Firebase Console underneath 'Quality' and start reviewing the reports as they come in. If this page still tells you to setup, build or run your app then you have not correctly setup Crashlytics in your app (see Usage).

How do I disable Crashlytics?

Here's a couple of ways to disable Crashlytics while you are doing your debug builds! Use a different android:versionString for debug and release builds and then disable crash reporting from the Crashlytics web dashboard for the debug version. Wrap the call to Crashlytics.

What is fabric Crashlytics?

Crashlytics is a part of Fabric.io and gives mobile app developers insight into their apps' performance, so you can pinpoint and fix issues quickly and easily.


1 Answers

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

like image 199
Alexizamerican Avatar answered Oct 02 '22 01:10

Alexizamerican