Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase console show this while choose Crashlytics with iOS "We'll be listening for your app to communicate with our servers"

Please guide me! Why Firebase console take much time to communicate with server. I'm waiting one and half hour to complete this takes. Anybody tell me what is the reason behind this issue or anyone facing this issue before.

Not show the Graph.

Check this

like image 878
Honey Honey Avatar asked Jul 29 '20 12:07

Honey Honey


People also ask

How do you integrate Crashlytics in iOS app?

Step 1: Add the Firebase Crashlytics SDK to your app In Xcode, with your app project open, navigate to File > Add Packages. Note: New projects should use the default (latest) SDK version, but you can choose an older version if needed. Choose the Crashlytics library.

How does Firebase Crashlytics work in iOS?

Firebase Crashlytics is a lightweight, realtime crash reporter that helps us to track, prioritize, and fix stability issues that erode your app quality. It alerts when an issue suddenly increases in severity.


Video Answer


1 Answers

In my case, I solved this problem by doing these steps:

  1. Make sure you follows the all steps that mentioned in Firebase Documentation Crashlytics.
  2. Use fatalError() for crash your app.
  3. Uninstall App from simulator or Real Device
  4. Run the app on Simulator or Real device then stop running.
  5. And then Open the App that Install on Simulator or Real device.
  6. Open Firebase Console project And Refresh it.
like image 51
Honey Honey Avatar answered Oct 14 '22 07:10

Honey Honey