Questions tagged [crashlytics-beta]

This tag can be used for topics related to crashlytics / fabric beta testing feature.

96 questions
66
votes
5 answers

Firebase Crashlytics custom log does not appear in the console

I've been testing Firebase Crashlytics and even though the normal crash report works right I can't success trying to generate a custom as it says the documentation. Crashlytics.log(msg); I also would like to know wether setting the user identifier…
64
votes
3 answers

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.
Richard Grossman
  • 741
  • 1
  • 5
  • 10
46
votes
5 answers

Beta from Crashlytics fail to install build on testers' devices

I'm sending my app to testers with Beta from Crashlytics which is an amazing tool to do app testing. I had every new tester's device UDID registered in my developer account and then distribute a new build. My testers got email invitation and…
bluenowhere
  • 2,683
  • 5
  • 24
  • 37
29
votes
4 answers

How to import only selected native library ABIs from AAR?

I have a bit unusual problem - my Android app contains native libs and I build native libs for armeabi-v7a and x86. However, now I need to integrate a third party library into my app which also contains native libraries (third party library is…
DoDo
  • 2,248
  • 2
  • 22
  • 34
15
votes
0 answers

Crashlytics iOS Build installs very slow

We have been using Crashlytics (Fabric) for iOS Builds distribution for so many months. But recently We are experiencing wired behavior with one app. While we are trying to download the app, Sometimes it is downloading very slowly, it takes…
iOS dev
  • 2,254
  • 6
  • 33
  • 56
12
votes
2 answers

How do I disable email notifications for Firebase App Distribution

I have just tried switching from Fabric/Crashlytics Beta to Firebase App Distribution for distributing my Android app to testers. I do so using the Gradle plugin as described…
11
votes
0 answers

Crashlytics Swift: Get fatalError() message to the crashlog

I have a number of fatalError("Descriptive Error") lines in my app. I'd like to find which line has actually triggered the error. However, I can't get such an information with Crashlytics. Here's what I got: #0. Crashed: com.apple.main-thread 0 …
Richard Topchii
  • 7,075
  • 8
  • 48
  • 115
10
votes
1 answer

Fabric - Unable to Download: APP_NAME could not be installed at this time

I'm using Fabric/Crashlytics to deploy the app for Beta Testers. Everything had been working fine for weeks, but for one build the following error message shows up when tester is trying to install the app: Unable to Download: APP_NAME could not be…
Marcelo Gracietti
  • 3,121
  • 1
  • 16
  • 24
10
votes
3 answers

Unable to upload apk to Crashlytics

I'm trying to automate my app build distribution via Jenkyns and Crashlytics. I configured all as indicated on the documentation but crashlyticsUploadDistributionRelease failed with this error: "Distribution upload failed" and "WARN - Crashlytics…
7
votes
0 answers

Low download speed in Beta ios (Fabric)

In our work we use fabric to share builds to the testes. On iOS devices we use Beta app. Last days builds started downloading for too long. We check all connections on our side, everything ok. Than we check and find out that Fabric servers have…
7
votes
3 answers

Beta by Crashlytics - Package appears to be corrupted

I recently developed an app for a client and now have to share it on Crashlytics for a Beta. I did this many times in the past but with this app, there's a problem. When I upload my app on Crashlytics Studio's plugin, there's no error. The email is…
7
votes
1 answer

Fabric Beta and APK splits

I'm splitting my app based on ABI, not on density, like so: splits { abi { enable true reset() include 'x86', 'armeabi', 'armeabi-v7a', 'mips', 'arm64-v8a' universalApk true } } I…
6
votes
6 answers

Cannot install Android APK from Crashlytics Beta

After uploading a new build to Crashlytics Beta, users are not able to install Here's what's happening: User receives an email notification with the latest build Taps "Check it out", which opens Beta by Crashlytics Clicking "Install Update" results…
tenprint
  • 1,123
  • 1
  • 11
  • 29
6
votes
2 answers

How to add new application to Fabric

Something has been changed since I added my last application to Fabric because I just can't find how to add a new one. I made this: Settings -> Apps -> Add. The last step redirects me to the Kits page where I don't know how to continue.
gabhor
  • 669
  • 9
  • 23
6
votes
2 answers

Cannot download Beta by Crashlytics from invitation email

I deployed android app using Beta by Crashlytics and sent invitation to a user, the user opened the invitation in his android device and saw the following message: "Open the invitation email on your device to begin registering for beta testing" and…
1
2 3 4 5 6 7