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
1
vote
1 answer

No crash logs but less than 100% stability

Looking at my latest release screen in fabric, I see a 98% stability. If I drill down into it via "Investigate this release's top issues in Crashlytics." button, it doesn't provide any crash logs. See the 2 attached screenshots. I have the…
Darthg8r
  • 12,377
  • 15
  • 63
  • 100
1
vote
0 answers

Is it possible to use Fabric Answers in an iOS App's dependent dynamic framework?

I have MyApp iOS app with a dependent framework MyAppServices.framework built in Xcode. I would like to use Fabric Answers, via Crashlytics to send Custom Events to the Answers service. I linked my both MyApp and MyAppServices.framework with the…
Daniel Asher
  • 1,493
  • 1
  • 16
  • 21
1
vote
2 answers

Fabric not working if not initialised in didFinishLaunchingWithOptions method

We have integrated Fabric in our application. We observed that dashboard is not updating if we initialise fabric object other than didFinishLaunch.. I should not initialise in didFinishLaunchingWithOptions because before initialising I have to show…
Murali
  • 1,869
  • 1
  • 14
  • 22
1
vote
1 answer

Android: ArithmeticException in StaggeredGridLayoutManager

My app works fine with almost android versions. But, in Crashlytics and in some devices, I have this crash: "java.lang.ArithmeticException: divide by zero". Its almost (if not always) in Android 4.x. I have a StaggeredGridLayoutManager in a…
1
vote
1 answer

Fabric.io Twitter Cridentials security

I wasn't sure if I was supposed to ask this here, or in the security stackoverflow page, but I'm sure somebody has a great answer on this. I'm building an Android app which uses the Fabric.io Twitter package. Using this requires a TWITTER_KEY and a…
Markinson
  • 2,077
  • 4
  • 28
  • 56
1
vote
1 answer

Tweet using TweetComposer in Android

I am using TweetComposer for posting a tweet from my Android app. Code Snippet: Uri uri= Uri.parse(path); TweetComposer.Builder builder = new TweetComposer.Builder(this) .text("My First Post") .image(uri); builder.show(); Here path is local path…
0
votes
1 answer

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 shows as migrated, even though it's in the list of…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
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

Daily new users Identity in Fabric plugin for Android - crashlytics

How does the daily new users active figure calculated?Does it mean that these users are the first timers? Is there any documentation which explains these words like : Monthly Active Daily Active Daily New Crash-free Users Total Sessions Is there a…
Raulp
  • 7,758
  • 20
  • 93
  • 155
0
votes
1 answer

Fabric on iOS - new project, same bundleId - Answers/Crashlytics not working

I have an app in the app store which has now been completely re-written from a new xcode project. The new project has the same bundle Id, and same Fabric APIKey [in the info.plist], and uses the same run-script command. However, events are not…
sunilr
  • 1,146
  • 10
  • 11
0
votes
1 answer

Fabric- Android crashes mentioned in Latest Release screen are not displayed in Crashlytics screen

My android application has crashed. Then I login to Fabric (https://fabric.io/login) to see crashes.In the Latest Release screen, it says "Needs Investigation" and in the Stability section of the screen 5 crashes is reported. Here is the screenshot…
mhendek
  • 273
  • 2
  • 5
  • 16
0
votes
1 answer

How to use distribution provisioning profile with Fabric?

I want to upload an iOS app build with Fabric app which will use production Apple push notifications environment. For this I think the build should use a distribution (Ad Hoc) provisioning profile (I've read this:…
mihai1990
  • 632
  • 5
  • 20
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