kiwi-bop / flutter_crashlytics

:package: Flutter plugin for Crashlytics integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crashlytics is not working for iOS app

dspoonia7 opened this issue · comments

Not getting any crashes for the iOS app (it's working perfectly fine for the Android part). Anyone else is facing or had faced something similar?

Below is my Xcode config (I am using Xcode v10.3 and flutter_crashlytics: ^1.0.0)
Screenshot 2020-01-23 at 12 38 52 AM

Firebase crashlytics interface doesn't show any crashes or non-fatal errors
Screenshot 2020-01-23 at 1 07 56 AM

Same here. It looks like this repo is not maintained anymore, right @jaumard?

It's still working for now, we didn't migrate our app to the official plugin and still have reports.
But I encourage you to use the official plugin now. If there is some problem we can accept PR and do some bug fixing.
But such problem on iOS is likely to be configuration issues.

Hard to tell. Probably like @dspoonia7, I just followed the instructions as they are stated, both here and in the official plugin repo, and in neither case, reports are sent.

The other firebase features we use work well, only this crashlytics plugin won't work. Trying other crash reporters and they work well too.

commented

Same here.

Same issue here. iOS can't catch the crash(); when Android does that easily.