Questions tagged [google-fabric]
Google's Fabric is a platform that helps your mobile team build better apps, understand your users, and grow your business. This tag can be used for anything covering Crashlytics, Answers, Beta by Crashlytics, Digits, or the Fabric mobile apps.
856
questions
-1
votes
1
answer
2k
views
How to get io.fabric.ApiKey?
I am getting below error but I am not able to figure out how can I get the api key for io.fabric.ApiKey.
java.lang.IllegalArgumentException: Fabric could not be initialized, API key missing from ...
2
votes
1
answer
558
views
Fabric Crashlytics is shutdown but my app doesn't migrate to Firebase Crashlytic
I have an app on Google Play Store using Fabric Crashlytics and
Fabric SDK is not currently accepted and will continue to report your application problem until November 15, 2020. On this date, the ...
0
votes
0
answers
1k
views
Framework not found Crashlytics
Since I was using Fabric Crashlytics and it has been deprecated so I want to delete the Pods and change to Firebase Crashlytics. My Podfile looks like:
# Uncomment this line to define a global ...
42
votes
7
answers
21k
views
E/FirebaseCrashlytics: Failed to retrieve settings from https://firebase-settings.crashlytics.com/spi/v2/platforms/android/gmp/XXXX/settings
I tried new Firebase Crashlytics SDk after migrating from Fabric and seem to run into a weird issue.
Crash logs are not captured in dashboard after upgrading firebase-crashlytics to 17.0.0 and I get ...
0
votes
1
answer
142
views
Upload dSyms Issue with terminal command
I want to upload dSyms using the following command
/path/to/Fabric/upload-symbols -a <api-key> -p
<platform> /path/to/dSYMs
Firebase console command requires fabric <api-key> which ...
3
votes
3
answers
874
views
Android Firebase crashes doesn't send crash report in third party libs (or *.aar)
I found that I didn't receive crash issues which was registered in a third party libs attached to project as dependency or like *.aar. I mean, for example, like this:
implementation 'xxxx:2.1.1'
I ...
6
votes
1
answer
637
views
Crashes not showing in Crashlytics after migrating from Fabric
Until now, I've had a link between Fabric and Firebase Crashlytics, so prior to today, I had all of my app's crashes show up in Firebase Crashlytics.
Today, I decided to completely migrate from ...
1
vote
1
answer
853
views
Firebase Crashlytics reports
This issue contains servel questions for a "new Firebase Crashlytics user"
First of all till not long ago, I've used Fabric for crash reports.
after migrating Fabric to Firebase Crashlytics, a ...
0
votes
1
answer
199
views
Upload missing required dSYMs through uploader tool
How to upload dSYM file. please help us. I am using “Pods/Fabric” folder of your Xcode project directory
finally i got issue
vicky-MacBook-Air-2:~ vicky$ /Users/vicky/Documents/Office/CAADE\ MAIN/...
3
votes
1
answer
2k
views
Fabric crashlytics to Firebase migration
I have an app that was using fabric crashlytics. New version of this app will be using firebase service for crash logging, but I would like to have some visibility of current users (that are still on ...
4
votes
1
answer
2k
views
Upgrade to the Firebase Crashlytics iOS SDK objective-c, @import FirebaseCrashlytics not found
I am converting Fabric iOS SDK to Firebase Crashlytics iOS SDK
I follow below firebase google docs link https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=ios
I already Installed pod ...
2
votes
1
answer
4k
views
Firebase Crashlytics 'Error loading your issues' and upload-symbols script error - iOS App using XCode
I recently noticed all of my crash reports in Firebase Crashlytics were not being deobfuscated, they were all returning compiler errors and memory locations (eg <compiler-generated> - Line ...
11
votes
0
answers
2k
views
FirebaseCrashlytics auto upload-symbols problem
I'm trying to implement new FirebaseCrashlytics in my iOS app and having some issues and some things are not clear at all.
As per Upgrade doc in step 3, I have to add following run script:
${...
16
votes
3
answers
5k
views
Switch from Fabric to Firebase Crashlytics problem: The Crashlytics build ID is missing
After switch from Fabric to Firebase Crashlytics SDK I have a problem. Problem is as in the title: The Crashlytics build ID is missing. This occurs when Crashlytics tooling is absent from your app's ...
0
votes
1
answer
47
views
what is the valid monthly active user number?
I would like to ask about a metric. I can see the monthly active user number in case of export to excel file.
For sure, the datas are seperated to Daily, Weekly, Monthly columns.
What are the exact, ...