I'm currently using the Plugin.Firebase.Crashlytics package to run Crashltytics services on my app, but it doesn't detect any bugs on the dashboard (I'm pointing NET MAUI v8.0.100). According to this comment, it might be an issue in the native firebase crashlytics sdks.
when I use Plugin.Firebase.Crashlytics (v2.0.1) and NET Maui (v7), the dashboard detects the app even if there's no bug reported
Is there any workaround to solve this?
I'm currently using the Plugin.Firebase.Crashlytics package to run Crashltytics services on my app, but it doesn't detect any bugs on the dashboard (I'm pointing NET MAUI v8.0.100). According to this comment, it might be an issue in the native firebase crashlytics sdks.
when I use
Plugin.Firebase.Crashlytics(v2.0.1) andNET Maui(v7), the dashboard detects the app even if there's no bug reportedIs there any workaround to solve this?