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
0
votes
1
answer
70
views
Crashlytics report can be generated only after re run the app
I just implemented Fabric Crashlytics tool to my Xcode project via Swift Package Dependencies.
All works good if I enable Google Analytic on a step when I create an app, without this step I did not ...
0
votes
0
answers
88
views
Flutter Firebase Crashlytics 0.1.4 not reporting non fatal error to firebase console
I am using this version's Firebase Crashlytics on Flutter https://pub.dev/packages/firebase_crashlytics/versions/0.1.4+1. And we also use implementation 'com.google.firebase:firebase-crashlytics' on ...
0
votes
0
answers
31
views
Remove Fabric Causes NSInvalidArgumentException
I have followed the steps with migrating Fabric to Firebase Crashlytics from
https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=ios
And I have been able to build and run on a simulator ...
0
votes
1
answer
70
views
Upgrading from Fabric to Firebase Crashlytics not showing in Firebase Console
I am attempting to upgrade from fabric to firebase crashlytics but the despite crashes, my app does not seems to show up in firebase crashlytics console
After having done extensive search on ...
0
votes
0
answers
169
views
Could not find io.fabric.tools::gradle1.24.1
I have an old app and it is giving theses error messages:
A problem occurred configuring project ':app'.
> Could not resolve all artifacts for configuration ':app:classpath'.
> Could not find ...
7
votes
2
answers
1k
views
Plugin "Fabric for Android Studio" is incompatible
Since updating to Android Studio 4.1 I constantly get this error message on startup:
Plugin Error: Plugin "Fabric for Android Studio" is incompatible (supported only in IntelliJ IDEA).
...
3
votes
1
answer
825
views
Firebase crashlytics error: Unable to load class 'org.gradle.api.tasks.TaskProvider'
I am trying to update fabric to Firebase crashlytics .
I followed their starting guide given here
The error I am getting are below:
(build.gradle) module-level:
I am using Gradle version: 4.6
...
0
votes
1
answer
144
views
How to merge GoogleAnalytics and Firebase/Crashlytics GoogleService-info.plist?
How to merge GoogleAnalytics and Firebase/Crashlytics GoogleService-info.plist?
In an iOS project, I have been using GoogleAnalytics and Fabric. Now I am trying to migrate Fabric to Firebase/...
0
votes
1
answer
27
views
What is FirebaseCrashlytics equivalent statement of Fabric recordError:error?
What is FirebaseCrashlytics equivalent statement of Fabric recordError:error?
What will be equivalent statement for FirebaseCrashlytics in iOS, of
[[Crashlytics sharedInstance] recordError:error];
5
votes
3
answers
4k
views
Firebase Crashlytics : Settings request failed - After migrate from fabric
After I migrate to crashlytics from fabric, crash reports does not shown on Firebase console anymore.
I followed upgrade document for migration.
I tried force crash to test and i logged with adb ...
2
votes
2
answers
4k
views
Crashlytics Crash not displayed on Firebase Console
I use react-native-firebase to implement crashlytics on my app.
It worked normally when my app use 6.4.0 version. That version not fully migrated to Firebase Crashlytics.
Then, I upgraded to 8.4.2 ...
2
votes
2
answers
477
views
What is best way of migrating the Fabric to crashlytics now (After may 2020, all data and dashboards are disappeared)
I have used Fabric before 2 years.Now I need to migrate to firebase. Here what is the good way to proceed? Shall I remove all fabric related integrations and add firebase as new integration.
Or
Shall ...
1
vote
1
answer
2k
views
Firebase Crashlytics doesn't tracking the crash for Android after migration from fabric
I am developing an android app in a company.
This app has used the Fabric library.
I can find the dependencies in the 'build.gradle' files.
And we could see the crash report in our Firebase ...
0
votes
1
answer
825
views
Old Fabric app won't show crashes on new Firebase implementation
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 ...
0
votes
1
answer
608
views
FirebaseCrashlytics did not report crash to my firebase console dashboard
I was updating Fabric to new Firebase, my firebase showed old fabric crash report and no Firebase report. Now my firebaseCrashlytics version is 4.3.1. I had added GoogleService-Info.plist, script ...
-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, ...
0
votes
1
answer
99
views
I downloaded the dSYM-file but the Crashlytics does not see it
I downloaded the dSYM-file but the Crashlytics does not see it. I took the file from App Store and downloaded it using "Fabric/upload-symbols". Please tell me what could be the reason
command for ...
16
votes
6
answers
15k
views
Firebase Upload missing required dSYMs Not Working
Currently, I am facing issues to upload dSYMs through the new uploader script.
/path/to/Fabric/upload-symbols -gsp /path/to/GoogleService-Info.plist -p <platform> /path/to/dSYMs
I am getting ...
8
votes
2
answers
7k
views
How to report parameters in Firebase Analytics Events
I've used Fabric with iOS before where it was so easy to report custom parameters in the same analytics event in like this:
Answers.logCustomEvent(withName: "saved_border", customAttributes: ["...
0
votes
1
answer
46
views
Since April 1st upload to Crashlytics Beta fails
We are using Jenkins Pipelines with a pipeline script and the Fabric Beta Publisher step.
Since April 1st the step fails, but no other error is visible.
Was part of Fabric/Crashlytics still disabled ...
0
votes
1
answer
64
views
Fabric shows project as not migrated to Firebase, but in migration screen it shows as migrated
I'm trying to migrate my app from Fabric to Firebase. In Fabric dashboard, it shows like this:
Great. I go to migration screen to migrate, but I see this (the bottom most is the same exact app:
It ...
5
votes
2
answers
2k
views
How can i change google account that accept Firebase App Distribution invitation?
I receive an Firebase App Distribution invitation on my corporate google account. But when I accept invitation by clicking on "Go setup" in email, I mistakenly accepted the invitation with my personal ...
2
votes
2
answers
338
views
Firebase Crashlytic does not show stack strace with LLD linker Android App
My project is a simple Android game with native C++ code and Java, which uses cmake to compile C/C++ code.
I upload a my native symbols to Firebase Crashlytic (Fabric ago) to catch my crash if they ...
15
votes
1
answer
695
views
How to receive daily summary email from firebase analytics?
I would like to receive daily summary reports by e-mail about my app's downloads and other various stats from Firebase. I have used Fabric earlier and was able to do so but now since Fabric is going ...
1
vote
0
answers
322
views
probeGC crash in Fabric Crashlytics
This crash is happening only on iOS 13.3.1 on iPad 6 & iPad Pro (12.9 inch, 3rd Gen)
This crash is happening randomly and is a real deterrent to my customers.
0 libobjc.A.dylib ...
2
votes
2
answers
1k
views
Unable to upload dSYM file to Fabric Crashlytics
Fabric is already integrated in project. As firebase is removing upload dSYM option from dashboard so I decided to write script suggested in Firebase.
I already set DWARF with dSYM in the build ...
0
votes
2
answers
718
views
Error when executing crashlyticsGenerateSymbols task with android gradle plugin 3.6+
Where do i report this error? or could anyone help me?
“Directory X specified for property ‘$2’ does not exist” error when executing crashlyticsGenerateSymbols task
with
android gradle plugin 3.6.0
...
0
votes
1
answer
217
views
How to reset the migration from Fabric to Firebase?
This is my problem: I have an android app that links to Fabric Crashlytics. I have followed steps to migrate to Firebase, but I cannot find the migrated App in my current google account, and I am not ...
1
vote
1
answer
367
views
How to create teams in firebase crashlytics after migration from fabric?
I have migrated from fabric to firebase by connecting apps via console but I am not getting crash report emails from firebase. I added different users from "Users and Permissions" as suggested here. ...
2
votes
3
answers
3k
views
How can i use Firebase App distribution without google account?
I am a Fabric user it works flawless for app distribution purpose. Recently I migrated my Fabric app to Firebase platform (as Google is removing Fabric) for app distribution with my testers. I ...
0
votes
1
answer
46
views
How can I delete/unwatch version in crashlytics?
I'm trying to delete version from my crashlytics tab as they are not necessary.
I've already seen this post which exactly what I need but for Firebase, this new app isn't on Fabrics as they'll ...
1
vote
1
answer
273
views
Only Crashlytics data is migrated from Fabric to Firebase, Analytics data isn't migrated
I migrated our previous crash data attained from Fabric to Firebase a few days ago. Firebase is now displaying the crashlytics related data from Fabric, however, the data related to analytics(latest ...
0
votes
1
answer
335
views
Migrate custom events created from Fabric into Firebase?
My existing iOS app have custom events logged in Fabric to verify user actions. Now I migrated from fabric into firebase. All Crashlytics issues are shown in firebase Crashlytics. But custom events ...
9
votes
2
answers
5k
views
Specified path for unstripped native libs is not a directory - generateCrashlyticsSymbolFileRelease
How I can define androidNdkOut and androidNdkLibsOut paths with new Firebase Crashlytics SDK?
When I try to run:
./gradlew clean assembleRelease uploadCrashlyticsSymbolFileRelease
I get next error:
...
1
vote
0
answers
35
views
User Engagement Fabric vs Firebase
With Fabric going away in March I know where I can find sessions easily in Fabric Engagement. I don't see engagement anywhere on my Firebase page. Could they have changed the name possibly? Any ...
0
votes
2
answers
2k
views
RCTLog.h file not found error in Xcode, after adding import files in React Native app for Fabric crashlytics logs
I installed Fabric with crashlytics in my React native app. Sometimes it is s a big problem to catch the error even if you have this setup in your app, because crashlytics don't show you the whole ...