-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Crashlytics] The plugin uses Fabric but it is dead/ultra-deprecated #3049
Comments
Any luck figuring out a way around ? Tried the migration steps and added pod 'Firebase/Crashlytics' to podfile under pod plugins, while i got the new pod, it doesn't seem to be willing to work altogether, although no fatal issues. |
We are currently working on an update to the crashlytics plugin which will migrate off the fabric SDKs. However this will still not support fatal crashes so flutter errors will still be reported as non fatals. |
So, I had issues, For Android I figured out a solution:
android/build.gradle:
For iOS it did not worked: After I read this issue and also #2038 However, does anyone can help me setting up crashlytics for iOS? |
@AndrewSheetMetal, you may have already tried this, but did you try launching your application from the simulator directly? I had trouble getting crashes to show up for iOS until I closed my app, closed Xcode and then reopened my app from the simulator manually. |
I'm having this same problem with iOS |
It doesn't work on real device and simulator |
Is there anyway we can follow this? It would help to know when we can transition as we keep having people mention the deprication notice all alot, or will this be the ticket that is updated? |
It looks like 0.2.0 uses the Firebase Crashlytics SDK. There is a migration guide for us to migrate from the Fabric version to the Firebase version. |
Current setup suggest that you do the setup with fabric and it has shut down on March 31, 2020.
Check:
The text was updated successfully, but these errors were encountered: