Ask Your Question
1

What does "failed to retrieve settings" error on logcat mean and why is Unity Firebase Crashlytics not sending any crash reports?

asked 2023-07-16 03:55:23 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-07-16 04:13:02 +0000

nofretete gravatar image

The "failed to retrieve settings" error on logcat typically means that Firebase Crashlytics is not able to connect to Firebase services and retrieve the necessary configuration settings. This can happen due to a number of reasons such as network connectivity issues, invalid project configuration, or incorrect credentials.

As a result of this error, Unity Firebase Crashlytics may not be able to send any crash reports. Without the necessary configuration settings, the Crashlytics SDK cannot report any crashes or errors back to Firebase.

To resolve this issue, you may need to check your project configuration settings, ensure that you have a valid network connection, and verify that your Firebase project is properly configured with the correct credentials. You may also need to update your Crashlytics SDK to the latest version.

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-07-16 03:55:23 +0000

Seen: 8 times

Last updated: Jul 16 '23