I have some problems trying to use @Biswajit's Firebase Crashlytics and seeing the results in the Firebase Console.
The most probable cause is that I have something misconfigured somewhere, but can't find what . The fact is that I had this lib integrated in a project since time ago, but had never really gone into the Firebase console to check for crash info.
I am using B4i 7.80 with Local Builder. To test it, started a new project
Regarding the app, everything seems to work ok. But in my Firebase console, when I go to the 'Crashlytics' board, I see a message (direct translation) "We detected your app and waiting for error/crash to happen" <-- it doesn't move from here.
Additional info:
Is there anything else that I must set up in my Firebase console or any other obvious thing that I can be missing?
Thanks in advance.
The most probable cause is that I have something misconfigured somewhere, but can't find what . The fact is that I had this lib integrated in a project since time ago, but had never really gone into the Firebase console to check for crash info.
I am using B4i 7.80 with Local Builder. To test it, started a new project
- Set a new project in Firebase console
- Enable Firebase analytics for this project
- Donwload GoogleServicesInfo.plist and add it to my Files/Special folder
- In my B4i project (using the Crashlytics thread example as a base):
- I'm using a distribution certificate and an adhoc provisioning profile.
- Enable both FirebaseAnalytics and CrashLytics libs
- Init both of them in AppStart
- The program sends a couple of analytics messages, and has the 'crash' test function when pressing a button
- Build it in Release mode
- Upload the DSYM to Firebase
- Run the app: press the button and crashes as expected
Regarding the app, everything seems to work ok. But in my Firebase console, when I go to the 'Crashlytics' board, I see a message (direct translation) "We detected your app and waiting for error/crash to happen" <-- it doesn't move from here.
Additional info:
- I can see the analytics messages in the console.
- In the B4i app, I've checked with messageBoxes that the automatic collection is indeed enabled after accepting it.
Is there anything else that I must set up in my Firebase console or any other obvious thing that I can be missing?
Thanks in advance.