Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crashlytics's Initialize the SDK does not work

I am trying to implement Crashlytics to my current iOS app, but Crashlytics doesn't go further after Initializing the SDK. Every app before works fine, but now it doesn't.

Can you please tell me, what is wrong with this? Every line of code is in my app. I do the same steps but nothing has happened.

Thank you.enter image description here

like image 463
petesalt Avatar asked Sep 11 '14 08:09

petesalt


People also ask

How do I disable Crashlytics crash reporting in the SDK?

If your project uses Crashlytics alongside the Google Mobile Ads SDK, it's likely that the crash reporters are interfering when registering exception handlers. To fix the issue, turn off crash reporting in the Mobile Ads SDK by calling disableSDKCrashReporting.

Is it necessary to call specific Crashlytics methods to achieve crash logging?

but a bit after that "Registering Crashlytics exception handlers" that was apparently triggered by the first Crashlytics.Log which I didn't use in our app. As I've understood it should not be necessary to call any specific Crashlytics methods to achieve crash logging.

What happens when you link Crashlytics to BigQuery?

After you link Crashlytics to BigQuery, new datasets you create are automatically located in the United States, regardless of the location of your Firebase project. Can I use Crashlytics for macOS or tvOS?

Where can I get help with using Crashlytics?

This page provides troubleshooting help and answers to frequently-asked questions about using Crashlytics. If you can't find what you're looking for or need additional help, contact Firebase support.


1 Answers

Had the same issue. Tow days of manipulation. It was an "very odd" trouble on Crashlytics side. I contacted with support and engineer fixed this in a few minutes.

like image 137
alexchernyy Avatar answered Nov 05 '22 04:11

alexchernyy