A community member has associated this post with a similar question:
Firebase crashlytics not listing any crashes did from MAUI mobile app

Only moderators can edit this content.

Firebase crashlytics not listing any crashes did from MAUI mobile app

Sreejith Sreenivasan 901 Reputation points
2025-01-14T13:07:12.28+00:00

I did below steps to Set Up Firebase Crashlytics in my .NET MAUI app.

Created a new project in firebase console and added android and ios project. Downloaded the google-services.json file and GoogleService-Info.plist file and added it on the project. (I have already did this for push notification implementation)

Added Plugin.Firebase.Crashlytics package.

Added below meta-data on AndroidManifest file.

<meta-data android:name="firebase_crashlytics_collection_enabled" android:value="true" />

Added below code on Android MainApplication:

public

Added below code on AppDelegate

public

I did a test crash like below when click on a button:

private

But it is not showing on firebase crashlytics console. Am I missing anything in this integration?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,814 questions
0 comments No comments
{count} votes