Ask Your Question
4

Why is Firebase Crashlytics not able to retrieve any test crashes from Unity editor and device?

asked 2023-06-20 14:36:05 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-20 14:44:02 +0000

qstack gravatar image

There could be several reasons why Firebase Crashlytics is not able to retrieve test crashes from Unity editor and device:

  1. Integration Issue - Make sure that Firebase Crashlytics is properly integrated into your Unity project. Check if the SDK and the Crashlytics plugin are up-to-date and compatible with your Unity version.

  2. Missing Permissions - Check if your project has the necessary permissions to access Crashlytics data. If not, you may need to update the permissions in your Firebase Console.

  3. Network Issues - Make sure that your device has a stable internet connection. Crashlytics needs an active internet connection to collect crash data.

  4. Incorrect API Key/Build ID - Check if the API Key and Build ID values in your Unity project match the values in your Firebase Console.

  5. Testing Environment - Firebase Crashlytics is designed to capture crashes from production environments. If you are testing your application in a development environment, Crashlytics may not capture any data.

  6. Crashes not enabled - Ensure that the Firebase Crashlytics service is enabled in your Firebase project, and the crashes are not disabled in your Firebase Console.

  7. No crashes occur - If your application is not crashing, Firebase Crashlytics cannot capture any data. Test the application with an intentional crash to see if the issue is resolved.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-20 14:36:05 +0000

Seen: 8 times

Last updated: Jun 20 '23