Android Question New Firebase Crashlytics don't works (using B4A 10.2)

asales

Expert
Licensed User
Longtime User
I tried to upgrade my app (and create a new app) using the new Firebase Crashlytics instructions:
- Firebase Analytics lib v.2.00 - OK
- SDK Manager with all the "crash" options installed
- AdditionalJar - OK
- VersionName - OK
- Macro manifest - OK
- removed references of the old crashlytics
- cleaned the project

But don't works. It passed several hours and nothing in the Firebase Console.

The old code works and after a minute, could see the error in the console.

What could be happening?
 

walterf25

Expert
Licensed User
Longtime User
I tried to upgrade my app (and create a new app) using the new Firebase Crashlytics instructions:
- Firebase Analytics lib v.2.00 - OK
- SDK Manager with all the "crash" options installed
- AdditionalJar - OK
- VersionName - OK
- Macro manifest - OK
- removed references of the old crashlytics
- cleaned the project

But don't works. It passed several hours and nothing in the Firebase Console.

The old code works and after a minute, could see the error in the console.

What could be happening?
I am having the same issue, however in my case I am not able to get the app to work, the app crashes as soon as it launches.

Something is going on, I have been trying to a whole week and i still can't get it to work, is there any other framework that can be used other than FireBase Crashlytics?

Walter
 
Upvote 0

asales

Expert
Licensed User
Longtime User
I am having the same issue, however in my case I am not able to get the app to work, the app crashes as soon as it launches.

Something is going on, I have been trying to a whole week and i still can't get it to work, is there any other framework that can be used other than FireBase Crashlytics?

Walter
I don't know why, but it seems that works now.
I see the events of crashlytics in the Firebase Console, using the new library.
As I updated other apps, will do more tests.
 
Upvote 0

asales

Expert
Licensed User
Longtime User
Just to update this thread: after some tests with a app that don't worked with the new crashlytics, I found this that solved the issue:
- The project in Firebase don't had a SHA-1 certificate. Added the ID from B4A and worked.
 
Upvote 0
Top