0

I have implemented Firebase/Crashlytics to an app. I can see in the logs that app is sending crashes. Firebase Console doesn't show anything. I can see crash free user count decreased after the implementation. Console doesn't show up anything. Please help. My app ID: com.obssmobile.mychesspuzzlegame

I have disconnected the Xcode debugger, relaunched the app and remade the crashes. Issue is persisting.

Here I can see that crash free users started dropping. Here I can see that crash free users started dropping.

Here I can see "report submission successful" log Here I can see "report submission successful" log

Console is not updated after several hours. Console is not updated after several hours.

7
  • How are you sending crashes to your dashboard? If you're using a virtual device, can you make sure you're disabling Xcodes exception handler by running and crashing your app from the virtual device itself? Aug 5, 2020 at 17:23
  • @OlegKodysh I have tried both simulator and real device. I've both tried running crashes while device is connected to the debugger and afterwards. I've relaunched both apps after the crashes. I've tried several different methods for crashes. I've tried crashing when Xcode exception handler and everything else is disconnected and relaunched afterwards. Issue is still ongoing.
    – asanli
    Aug 6, 2020 at 8:13
  • Hmm, ok, could you enable debug mode (firebase.google.com/docs/crashlytics/…), and send over a screenshot of the log output? Aug 6, 2020 at 14:38
  • It's already in the second picture Oleg, with the debug mode enabled.
    – asanli
    Aug 10, 2020 at 14:01
  • Oh interesting, I was looking for a session ID. Do you see one in your debug log? Also, was this app ever linked to Fabric in anyway? Aug 10, 2020 at 15:51

1 Answer 1

3

For apps migrated from Fabric that have been deleted and reintegrated with Firebase, sometimes a linking issue in the backend can cause your app to go into a state where the Firebase listener is unable to make the correct settings request to onboard your app using the new SDK. In these situations there are currently two workarounds.

  1. Delete your app, and reonboard with either a new bundle ID or using the same bundle ID in a different Firebase Project.

  2. Write in to Firebase support and they can try to manually delete the backend link that's causing this issue. However, this should only be done if you have a lot of historical crash data that you need to preserve.

2
  • I have solved the problem by doing something differently while installing the SDK. Thanks for your help as well. I've posted steps I took as an answer.
    – asanli
    Aug 13, 2020 at 11:51
  • Hello @asanli, If we delete the migrated project and using the same bundleID, Do we get a crash that integrated in the fabric previously? Sep 2, 2020 at 16:10

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.