869 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
52
views
Crashlytics/Fabric - Will my app crash after deleting Account / project?
I'm planning on deleting my crashlytics account.
But before I do that, how do I know the previously released versions of my ios app which talks to crashlytics will continue to work (aside from the ...
0
votes
1
answer
109
views
How to report/propagate Firestore errors with call site context to recordError
I am using Firestore to persist data and all the examples of error handling in the Firestore docs and Google results essentially have the same particularly not rich pattern:
.setData(user....
0
votes
1
answer
200
views
Crashlytics migration for Firebase ruins Twitter functionality from Fabric
I'm using the Twitter kit from Firebase
TwitterAuthConfig authConfig = new TwitterAuthConfig(BuildConfig.TW_CUSTOMER_KEY, BuildConfig.TW_CUSTOMER_SECRET);
Fabric.with(this, new Twitter(authConfig), ...
0
votes
1
answer
539
views
Fabric Key For Twitter
I have working on one application in ionic 4 and angular 8 and That application is on social media actions handling and display the graph based on likes,posts,engagements,etc for different social ...
-2
votes
1
answer
417
views
Disable crashlytics/Fabric at runtime in iOS
I want to disable the crashlytics at run time in iOS app.
I could see it is possible using the latest Firebase api. How to do this with old Fabric/Crashlytics api?
Update: My app will get locked if ...
8
votes
2
answers
3k
views
"Fabric.framework" can’t be opened because it is from an unidentified developer Xcode
I just updated to Mac OS Catalina. One of my projects run on Xcode 10.1 and has third party frameworks(Firebase, Fabric) embedded manually.
Now after the update, when. I build the project, I get this ...
1
vote
2
answers
207
views
Add testers via Firebase Crashlytics platform
Before now in Fabric Beta
I could add new testers via Add Testers button:
How could I add new testers via Firebase platform?
0
votes
1
answer
78
views
How does Fabric calculate the Time in App Engagement metric
Does anyone know how Fabric calculates the Time in App per User metric?
We are cross referencing a couple of analytics platforms and trying to compare time in app and session lengths. The numbers ...
1
vote
1
answer
727
views
Crashlytics.logException method throwing illegal state exception. Not able to collect non-fatal issues for some activities
My app uses the above Firebase Crashlytics feature but I am running into a strange problem. Recently I saw in my app's playstore crashes, an exception (see attached photo).
The corresponding code in ...
3
votes
2
answers
717
views
Is there any downside to initializing Fabric & Crashlytics at the Application level?
In the official documentation of Crashlytics it shows initializing Fabric in the onCreate method of an activity. I would like to have Crashlytics report crashes across the entire app, is there any ...
1
vote
0
answers
178
views
Twitter login is not working with crashlytics sdk. Error: Must start Twitter Kit with Fabric.with() first
I'm already using the twitter login functionality in my app and its working fine.
But currently I need to integrate crashlytics in my android app along with the twitter login functionality.
I've ...
2
votes
0
answers
337
views
Crashlytics native crash symbols for multiple modules
I was hoping to find some additional information about the mechanics of the symbol upload. Specifically, symbol upload for multi-module projects.
Suppose I have a project with the following structure ...
2
votes
1
answer
1k
views
Migrate from Firebase Crashlytics to Fabric Crashlytics
My Android project is currently using Firebase Crashlytics.
I would like to use Fabric Crashlytics.
I have tried following steps from here, but it is not reporting any crash.
I have also removed ...
8
votes
1
answer
3k
views
Using Firebase Crashlytics and Fabric Answers
I would like to use Firebase Crashlytics and Fabric Answers together.
According to this link, in order to setup Fabric Answers, we need to include Fabric API key.
This link doesn't mention any need ...
1
vote
2
answers
477
views
Does Crashlytics Beta have a way to export all *new* UDIDs?
I'm using Crashlytics Beta to distribute apps for testing. Every time someone signs up with a new device, I get an email with their UDID. It's tedious to add 100 UDIDs one by one. Is there a way to ...