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
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 ...