I got an android app where Fabric Crashytics is installed. I've followed the official guide to setup Firebase Crashlytics and linked the Fabric and Firebase accounts (AFAIK Firebase acquired Fabric recently).
So in particular I removed the Fabric
API key with <meta-data/>
tag in manifest.xml
.
Then I tried to make a test crash but it didn't appear neither in Firebase not Fabric dashboard, however I got a success log in logcat: Crashlytics report upload complete: <ID>
.
When I sniffed the network, it appeared that I'm getting 403 Unathorized
from Crashlytics. However when I add the Fabric
API key in <meta-data/>
tag it works and I see the crash report.
Help me please what is wrong with my configuration, why do I need to use old Fabric API key
if I'm using new Firebase Crashlytics and docs don't state that.
fabric.properties
file to add the required secrets though after migrating to Firebase, we are not seeing any crashes reported from our latest playstore updates. Thoughts ? – Siphonostele