microtronx 38 Posted January 11, 2022 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
g_garzotto 0 Posted March 24, 2022 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
kdevil89 0 Posted January 28, 2023 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
Dave Nottage 557 Posted February 21, 2023 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. 1 1 Share this post Link to post
Dave Nottage 557 Posted February 26, 2023 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 2 Share this post Link to post