Jump to content
microtronx

Delphi 11 - Android - Google Firebase Crashlytics

Recommended Posts

Hi guys,

 

is there anyone who has used the Firebase Crashlytics SDK within a Delphi 11 App? I found Kastri with Firebase Analytics which works now ... I see the app in the Firebase Analytics console but I was not able to activate also the Crashlytics.

Possible that someone has done this and can point me into the right direction.

Share this post


Link to post

Hello microtronx,

 

I also need to integrate Firebase Crashlytics in my App, I'm still at the beginning.

I didn't know that Kastri have this feature, surely I will look at it.

I would ask if you can you point me some suggestions on how to do it ? Maybe it's useful also for your question...

 

Thanks in advice, best regsards

 

 

Share this post


Link to post

Hi guys! Did you managed to resolve it? Because Im struggling with this issue right now. Integrated Firebase cloud messaging according to manuals, but can't find any information about crashlytics...

Share this post


Link to post
On 1/28/2023 at 7:10 PM, kdevil89 said:

but can't find any information about crashlytics

There's info about it here: https://firebase.google.com/docs/crashlytics/ndk-reports. There is also: https://firebase.google.com/docs/crashlytics/get-started?platform=android#java however since Delphi apps are native, I expect the former is more relevant, and it includes the SDK version as well anyway.

 

A quick glance tells me that it should be able to be integrated into a Delphi app, however it appears it may need the same treatment as described in: https://quality.embarcadero.com/browse/RSP-20000

Next week I plan to release version 1.6 of Codex - the changes include functionality that is intended to help with this process.

  • Like 1
  • Thanks 1

Share this post


Link to post
On 2/22/2023 at 8:57 AM, Dave Nottage said:

Next week I plan to release version 1.6 of Codex - the changes include functionality that is intended to help with this process.

I've now released Codex 1.6, which has the functionality I mentioned, and I had a crack at implementing Firebase Crashlytics, but I was unable to make it work. I guess I'm missing something; I just don't know what 🙂

 

There's a test project in the Playground repo: https://github.com/DelphiWorlds/Playground/tree/main/Demos/Crashlytics if anyone is interested in the work in progress

 

  • Like 2

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×