Questions tagged [google-fabric]

Google's Fabric is a platform that helps your mobile team build better apps, understand your users, and grow your business. This tag can be used for anything covering Crashlytics, Answers, Beta by Crashlytics, Digits, or the Fabric mobile apps.

Google Fabric is a platform that helps mobile app developers. Fabric was previously owned by Twitter and tags that referenced [twitter-fabric] should now use this tag instead.

If you have questions on Fabric including Crashlytics, Beta, Answers, or Digits, please post using this tag. If you have questions on other SDKs offered via Fabric, such as Branch or Stripe, please use a different tag.

Useful Links

Fabric's documentation: https://docs.fabric.io/

Fabric installation page: https://fabric.io/kits

856 questions
0
votes
1 answer

How do I remove old releases from crashlytics?

We are going through rapid Beta release cycles and piling up releases in Google-Fabric Crashlyitcs. Is there a way to remove old releases from the reporting so we have a clearer picture?
Robert McCabe
  • 495
  • 1
  • 4
  • 21
0
votes
1 answer

Fabric crashes appear only on "Launch status"

I'm trying Fabric/Crashlytics in my app but I don't understand this behavior I simulate a crash but I can only see the right number of crashes on the "Launch Status" page (here 5 crashes) But if I select the same build from the Chashlytics home I…
IgnazioC
  • 4,554
  • 4
  • 33
  • 46
0
votes
0 answers

"Enter 2-step verification code"

For some reason, after entering the 6-digit confirmation code, I'm asked to "Enter 2-step verification code". Does anyone know why another code is needed? I don't quite recall setting up another code though. Any thought appreciated.
John M.
  • 2,642
  • 7
  • 26
  • 55
0
votes
0 answers

Answer login event from fabric crashlytics did not logging

I am using Answers event logging from fabric. But sometimes it doesn't recorded as it should be in the fabric dashboard. Right now, i call the API from function that returns its weak reference. Is that matter? return…
Sonic Master
  • 1,238
  • 2
  • 22
  • 36
0
votes
1 answer

Get custom requests from Crashlythics

I saw in the fabric crashlythics dashboard they use a lot of graphql, I was wondering if there was any documentation available to create your own overviews because sometimes it takes too much time to click everywhere. And I also want to show it on…
Spidfire
  • 5,433
  • 6
  • 28
  • 36
0
votes
1 answer

Uploaded app with new Bundle Id, doesn't show on the dashboard

I have uploaded a new ios binary of my app with a new bundle ID. I am waiting for quite some time for it to show on my dashboard, but it's not showing. Are there any steps that can be done to make this faster? or just to be sure the binary is there?
Tiago Veloso
  • 8,513
  • 17
  • 64
  • 85
0
votes
1 answer

Is there a way to update a Fabric distributed app within the app?

What I'd like to do is to put a button in my app (in a developer dashboard) that my testers could press on and it would check to see if they have the latest build and if not, download the latest build from Fabric/Crashlytics. Is there such a thing?
Chris Prince
  • 7,288
  • 2
  • 48
  • 66
0
votes
1 answer

Do I need to initialize Crashlytics if I need to log non-fatal exception?

Before I called the method Crashlytics.getInstance().core.logException(new Exception("...")) Do I need to initialize Crashlytics like this Fabric.with(this, new Crashlytics()); though I've initialized in the main screen?
Dayo Choul
  • 861
  • 2
  • 9
  • 23
0
votes
0 answers

Is there any other way to initialize TwitterKit for iOS?

We're trying to troubleshoot a crash for a production application. From time to time, iOS is killing app on startup with the 0x8badf00d error. For a specific case we detected during testing, this crash seems to be caused by Fabric initialization. We…
Claudio Redi
  • 67,454
  • 15
  • 130
  • 155
0
votes
1 answer

Crashlytics SFSafariViewController setIsInitLanguageConfigSet crash

I have a weird crash reported by Crashlytics: [SFSafariViewController setIsInitLanguageConfigSet:]: unrecognized selector sent to instance 0x100d75fb0 The crash happens in a class that doesn't contain anything related to SFSafariViewController,…
Ali
  • 497
  • 1
  • 4
  • 16
0
votes
0 answers

Change time when Fabric DAU gets reset

Our app is mostly focused on US users. And Fabric analytics data (DAU/crashes) gets reset every day at 3PM. How can we set a time for analytics reset more relevant for US timezone (ie midnight pacific time)?
Dmitry Klimkin
  • 445
  • 3
  • 15
0
votes
1 answer

Unable to upload DSYM file on fabric?

Hello I have got the folder of all DSYM from archive of a build.Now i am trying to upload all the DSYM file as zip file but get this error.I have also tried to upload a single DSYM file as zip but still getting the error. I have followed the steps…
TechChain
  • 8,404
  • 29
  • 103
  • 228
0
votes
1 answer

Fabric Android Unity cannot initialize

I am trying to add and initialize Crashlytics inside of Unity and am constantly met with: AndroidJavaException: io.fabric.sdk.android.services.concurrency.UnmetDependencyException: This app relies on Crashlytics. Please sign up for access at…
wacamoe
  • 39
  • 4
0
votes
1 answer

Incorrect Event Users count on Answers

I currently have a Point of Sale application that allows for a user to login, make a purchase, and logout on an iPad. Each device supports multiple users, but I am noticing incorrect counts for "Event users". I am tracking logins, signups, and…
Adam Cooper
  • 867
  • 1
  • 6
  • 23
0
votes
1 answer

Fabric Fastlane Pilot Upload iTMSTransporter failure

I have a problem running fastlane pilot upload I get this error: The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure I checked online and everywhere they say to add…
Andrea.Ferrando
  • 987
  • 13
  • 23