orafaelreis
orafaelreis

Reputation: 2881

After migration my iOS app from Fabric to Firebase crashes still appearing in Fabric

I did the migration asked from Google because Fabric will die next year. But the crashes reports still are available in Fabric. They are available in both tools: Firebase and Fabric.

Looking the Docs, they still asks you to include Fabric library in your app (https://firebase.google.com/docs/crashlytics/get-started?platform=ios)

So, it's something wrong in my migration?

Upvotes: 0

Views: 138

Answers (2)

Hetali Adhia
Hetali Adhia

Reputation: 552

Fabric won't show your crash after 31st march so better migrate your project from fabric to firebase. Firebase still uses fabric Crashlytics SDK to calculate errors but the dashboard of firebase won't show anything.

Upvotes: 0

Zubair
Zubair

Reputation: 545

Firebase uses the same Fabric Crashlytics SDK to calculate the crashes on both Fabric and Firebase dashboards. After March 31st 2020 Fabric Crashlytics dashboard will deprecate and developer use only Firebase Crashlytics for their crash information.

Upvotes: 1

Related Questions