All Questions

Filter by
Sorted by
Tagged with
1 vote
0 answers
103 views

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 ...
user avatar
  • 1,659
0 votes
1 answer
55 views

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.
user avatar
0 votes
2 answers
45 views

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 ...
user avatar
1 vote
0 answers
303 views

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 ...
user avatar
  • 71
0 votes
1 answer
62 views

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 ...
user avatar
  • 31
1 vote
1 answer
39 views

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 ...
user avatar
  • 638
0 votes
1 answer
156 views

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 ...
user avatar
1 vote
2 answers
624 views

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 ...
user avatar
4 votes
1 answer
1k views

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 ...
user avatar
  • 299
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 ...
user avatar
  • 3,653
0 votes
0 answers
115 views

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