ethan
ethan

Reputation: 61

Firebase Crashlytics stuck adding SDK

I'm trying to add the Crashlytics SDK to my Android app, but it seems to be having trouble communicating with the Firebase servers. I've followed all of the instructions per the docs, but the Crashlytics tab in my console has been stuck on this screen for about 6 or so hours: crashlytics add sdk screen.

I would (ideally) get this to just work™️, but if not then I'd like to be able to restart the process, but I also don't know how to do that.

Thanks in advance!!

Upvotes: 4

Views: 2071

Answers (3)

Narendra Prajapati
Narendra Prajapati

Reputation: 79

https://firebase.google.com/docs/crashlytics/get-started?platform=ios&authuser=0#force-test-crash

For me Create a crash on button in project Relaunch application by simulator not by Xcode and It worked for me.

Upvotes: 0

shanth kumar
shanth kumar

Reputation: 25

if you followed all the steps as latest documentation..crash the app( use fatalError() for crash) using button action, this trick works for me.

Upvotes: 0

ethan
ethan

Reputation: 61

I figured it out - I was mistakenly using the same appplicationID as another one of my projects, so Firebase was getting confused - making an entirely new project with a different applicationID fixed my problem.

Upvotes: 2

Related Questions