Questions tagged [fabric.io]

Fabric developed by Twitter is a modular mobile platform that makes it easy for developers to build great apps.

The Fabric platform is made of three modular kits that address some of the most common and pervasive challenges that all app developers face: stability, distribution, revenue and identity. It combines the services of Crashlytics, MoPub, Twitter and others to help you build more stable apps, generate revenue through the world’s largest mobile ad exchange and enable you to tap into Twitter’s sign-in systems and rich streams of real-time content for greater distribution and simpler identity.

(source)

97 questions
6
votes
0 answers

Twitter Digits web integration error (error code = 239)

I have integrated twitter digits with my website which is deployed in cloud. It successfully initialize twitter digits and opens up the window for phone number. But upon pressing send confirmation code button it gives me error error_code=239 i.e.…
Debopam
  • 3,198
  • 6
  • 41
  • 72
6
votes
3 answers

Android - Fabric.io Twitter REST API profile image / picture

Does anyone know if there is a way to pull a signed in users profile picture to be placed through the app, to maybe place it on the ActionBar as they navigate around? hints, tips, examples, downloads all welcome :) If you can help me, please assume…
bfresh
  • 150
  • 3
  • 14
5
votes
4 answers

Crashlytics Fabric.io deprecated

Does anyone know what the proper way to implement Crash report using Firebase in Android application? I have read Firebase crashlytics doc in that mention implement Fabric.io. Fabric.io is deprecate and in there document mention removed fabric.io…
Pratik
  • 30,639
  • 18
  • 84
  • 159
5
votes
0 answers

How to view Firebase event parameter values?

I have integrated Firebase Analytics in my project. I am logging around 10 different events. I can see all these events on the dashboard. The issue is I am unable to see parameter values of the event. Ex. Bundle bundle = new Bundle(); …
Rohan Patel
  • 1,758
  • 2
  • 21
  • 38
5
votes
1 answer

How many custom events can I track with Fabric Answers?

I use Fabric.io custom events to track almost everything in my app, but it seems to max out at 20 events. How many custom events can I track with Fabric Answers?
Andrew
  • 3,545
  • 4
  • 31
  • 37
5
votes
1 answer

Fabric.io - Answers - Filter and sum data by range?

I've been using Answers and Crashlytics by Fabric in my iOS application (Swift) to track use behavior. I setup a custom event so that whenever someone clicks on a tab, it logs the event. ..The problem is in the Answers user interface, it tells me…
NullHypothesis
  • 4,286
  • 6
  • 37
  • 79
4
votes
0 answers

firebase crashlytics data realtime API

I need app's Crashlytics data for further use, and need to pull all Crashlytics data in time. How can I get Fabric or Firebase Crashlytics datas hourly? Is there any api for this request?
4
votes
4 answers

Android Twitter Login button not working

I'm writing an application that includes a sign in with twitter button. The button is okay. It shows on the screen when I click I give auth but I cant save the token and secret to a string variable. I mean it is empty always. The code at the below…
uhuuyouneverknow
  • 403
  • 2
  • 6
  • 14
3
votes
2 answers

After migration from Fabric to FirebaseCrashlytics tests failing

Recently we attempted to migrate from Fabric.io to FirebaseCrashlytics. Followed steps as described in documentation https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=android Updated google-service.json files Replaced fabric.io…
peter_budo
  • 1,748
  • 4
  • 26
  • 48
3
votes
1 answer

Concurrency-Safe updating of labels with kubernetes-client

I have a set of pods in my kubernetes environment that are acting as "buffered resources" (identified by not having a certain label). In my application (using kubernetes-client), I like to check if a buffered resource is available and if so, add a…
Frame91
  • 3,670
  • 8
  • 45
  • 89
3
votes
1 answer

Firebase Analytics not showing user engagement for iOS app

I have an iOS app that uses Firebase Analytics, which was working very well. I was able to see user engagement and, particularly, I used a lot the "latest release" screen on the Firebase console. Also crashlytics was working well. Two weeks ago, I…
Felipe Ferri
  • 3,488
  • 2
  • 33
  • 48
3
votes
0 answers

Fabric/Crashlytics crashing APK game. Cannot integrate in Unity 2018

I have a Unity (2018.2.6f1) game project which has a few plugins like Admob, Facebook Audience Network, Applovin, Flurry Analytics, and AppsFlyer analytics. I am building for Android. Everything worked and ran correctly until I recently integrated…
3
votes
2 answers

How to receive full stacktrace with methods, file paths, and line numbers for JavaScript instead native errors via fabric.io in React-native

I have manage to setup the fabric.io in ios and android using https://github.com/corymsmith/react-native-fabric but the crash report is in native code i.e. java and objective-c, that is completely unhelpful. Is there way to receive the full…
bashIt
  • 1,006
  • 1
  • 10
  • 26
3
votes
0 answers

Fabric.io Answers doesn't send events on iOS 10+

I use Fabric.io Answers for gathering metrics with custom events. All works fine on iOS 8 and 9 but on iOS 10 and iOS 11 events just doesn't send at app startup with next debug log: __NSCFLocalDownloadFile: error 2 opening for ioChannel, file:…
3
votes
1 answer

What is the difference between API key and Build Secret in Fabric.io?

I am using Crashlytics tool from fabric.io in an android app. I have put the API key in the manifest file. Fabric also provides a build secret string. But there is no instruction to use it. May be Fabric is assuming that users have prior knowledge…
KawaiKx
  • 9,558
  • 19
  • 72
  • 111