Answers is Fabric’s mobile analytics SDK.
Questions tagged [fabric-answers]
15 questions
8
votes
1 answer
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 for Fabric API key for implementing Firebase…

Noel Chew
- 3,873
- 2
- 15
- 16
4
votes
1 answer
Fabric - Answers not registering on iOS
I have configured Answers in my project by adding the following line in app delegate didFinishLaunchingWithOptions:
Fabric.sharedSDK().debug = true
Fabric.with([Crashlytics.self, Answers.self])
I have accepted the terms in the Fabric dashboard and…

nstein
- 339
- 2
- 14
1
vote
0 answers
Fabric's `Answers Custom Event` is not working before closing the app - Android
I have a function which gets called before you close the app or remove it from recent tasks. To create the custom event, I am using Fabric's CustomEvent.
I am getting events from other screens where app is in the foreground but I don't receive any…

Kavita Patil
- 1,784
- 1
- 17
- 30
1
vote
0 answers
Fabric answers SDK crashes on [Fabric with:@[ [Answers class] ]];
After upgrading an iOS app to build with Xcode 10.1, I noticed that on devices running old versions of iOS (up to iOS 11.2.1), Fabric Crashlytics for Answers SDK crashes the app.
Crash does not repro on devices running iOS 11.3 or above, or if app…

Rayyan
- 71
- 4
1
vote
1 answer
Fabric Answers Rounding Int Values
As part of collecting my custom attributes for my Fabric Anwers events, I would like to obtain the birth year of my users.
This is set in app and ranges from 1920 to 2002. So, when an event is triggered, the users birth year is associated with the…

pho_pho
- 672
- 11
- 30
1
vote
2 answers
What data is being sent to the Fabric server ? [Fabric/Crashlytics]
We are working on a restricted Banking iOS/Android App and before integrating Fabric.io to our app we need to know what data will be sent to Fabric cloud
Our two main concerns are :
What is the data that will be sent to Fabric servers?
Is there a…

chetan anand
- 103
- 1
- 7
0
votes
1 answer
How to get the event count for the current Android user using Fabric's Answers or Google Analytics?
I have an app logging a custom event into Fabric's Answers as follows:
Answers.getInstance().logCustom(new CustomEvent("AnEvent");
Using Answers API for apps, is it possible to query the total number of occurences of this event for the current user…

matdev
- 4,115
- 6
- 35
- 56
0
votes
1 answer
Android Fabric : To add more events from the existing app (Answer)
How to add new events on the existing app for Answers(Fabric)
I did manage to add in the code part, but its not reflecting the Fabric dashboard.

Mina Makhtar
- 517
- 1
- 7
- 14
0
votes
2 answers
Is there any way to send Fabric.io Purchase Event via PHP Server?
We made an mobile application and all purchases confirming after 10-45 minutes later via php server side logic.
Sample: if user clicks to buy button, getting request taken response message then server logic process some logic and confirming after…

husmen73
- 97
- 1
- 9
0
votes
1 answer
Crashlytics/Answers: Is it possible to get programatically last x events collected by Answers?
In iOS App (objective C) I'm using Fabrics Crashlytics features.
Custom Logging [CLS_LOG ...]
Custom Keys
and Answers for events logging.
Everything works as expected.
What I want to achieve is to be able to send last x events let's say through…

StefanB
- 31
- 3
0
votes
1 answer
Can the mobile App share only selected attributes to Crashlytics?
As part of the crash report, I see several attributes about the mobile, platform, app, crash are gathered by the Crashlytics SDK and sent to Crashlytics.
Due to security concerns, we DO NOT want to send certain attributes (e.g. device rooted…

yathirigan
- 5,619
- 22
- 66
- 104
0
votes
1 answer
When is Crash data is sent from Mobile App to Crashlytics?
Is the crash data sent to Crashlytics during the next successful launch or during the moment of crash ?

yathirigan
- 5,619
- 22
- 66
- 104
0
votes
1 answer
Does Mobile App to Crashlytics uses TLS 1.2?
I believe the crash data is sent to Crashlytics using their REST APIs.
Does the connection from Mobile App to Crashlytics uses TLS 1.2 and 2Way SSL ?

yathirigan
- 5,619
- 22
- 66
- 104
0
votes
1 answer
iOS - Disable Answers but keep Crashlytics
Is there an update on Fabric to disable Answers but keep Crashlytics from Fabric? The latest answers on this topic on Stack Overflow were last year so I'm hoping by now that there is an update that can solve this issue. Our team keeps seeing greater…

Ovais Panjwani
- 11
- 2
0
votes
0 answers
What is this METRIC ATTRIBUTE in crashlytics
I am working on an android app. I am adding custom atrributes which are integers to a crashlytics custom event. In crashlytics dashboard it is showing me some metric attribute which I don't know. For string it is events count.
code:
…

dark knight
- 303
- 1
- 4
- 15