xamarin / XamarinComponents

Plugins for Xamarin
MIT License
1.99k stars 696 forks source link

google removing support for fabric crashlytics - should reference new firebase apis #902

Open bluejeff31 opened 4 years ago

bluejeff31 commented 4 years ago

google sent out notice that November 15 2020 the fabric sdk will no longer work. It looks like this project uses bindings for the old sdk. will this be updated?

https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=android

damianun commented 4 years ago

We have large project dependency on XamarinComponents and also using it's current version of Xamarin.Firebase.Android.Crashlytics.

We have received an official Email from Google warning us about the deprecation. The Email states we should upgrade to SDK version 17.0.0+ for Android.

I also noticed that partner project for iOS (GoogleApisForiOSComponents) is already supporting Firebase Crashlytics as it's bindings were updated to use SDK version 4.0.0-beta-7

guillermo-gerard commented 4 years ago

Yeah, We've received the email as well. As far as I can see, this project is still using the old crashlytics SDK according to the build.cake file: var Crashlytics_VER = "2.9.4"; I'll look forward to an update to this project

DeepikaRani87 commented 4 years ago

Yes, We have received the mail as well, Our project using 2.9.1 crashlytics version on xamarin. will there be new package release of name "Xamarin.Firebase.Android.Crashlytics.", since i dont see that package in nuget manager?

sbkrishnan2506 commented 4 years ago

Hello,

Is there any update on this issue?

Note: The Fabric SDK is now deprecated and will continue reporting your app's crashes until November 15, 2020. On this date, the Fabric SDK and old versions of the Firebase Crashlytics SDK will stop sending crashes for your app. To continue getting crash reports in the Firebase console, make sure you upgrade to the Firebase Crashlytics SDK versions 17.0.0+ for Android, 4.0.0+ for iOS, and 6.15.0+ for Unity.

Please let us know, if any other way to resolve this issue.

Thanks

damianun commented 3 years ago

@Redth Apologies for tagging you directly. I can see you marked it as "need triage". Can you tell if this feature request was at least accepted into triage?

rickclephas commented 3 years ago

A preview package for Xamarin.Firebase.Crashlytics is available: https://github.com/xamarin/XamarinComponents/issues/956#issuecomment-693384789

PaulsonM commented 3 years ago

What will be the version of Xamarin.Firebase.iOS.Crashlytics that addresses this update?