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

Crash free user statistic inconsistent

The latest release module shows our crash free users at 99.6% but the crashlytics module shows 95.43% for our latest build. Both are on a 30 day timeline. The number of crashes between these modules have a huge discrepancy as well. Why are these…
Eric Alford
  • 926
  • 7
  • 11
0
votes
0 answers

Fabric Digits - userID in DGTContactsFetcher is always nil for users on Digits

we have an issue we dont know how to deal with, we started using DIGITS from fabric to login users with SMS, the login works fine we get the usersID's that have installed the app using the lookupContactMatches function. but when we use …
Rotem Doron
  • 181
  • 7
0
votes
1 answer

Digits - match contact from non Digits user

[Sorry if this is not very adapted to SO, Digits' support links to SO] In my iOS app, some users login with Digits, and some don't. I still want to be able to connect all of them using their contact book through Digits'contact matching. For…
Guig
  • 9,891
  • 7
  • 64
  • 126
0
votes
0 answers

Unable to login in crashlytics in android using plugin for eclipse

I have installed the Crashlytics plugin 1.3.0 in eclipse and ADT Dev Tools version 23.X.X. I am able to see Crashlytics window with login panel in eclipse but not able to login and see the list of apps. It shows me Invalid Login while entering the…
0
votes
0 answers

Got Fabric stability alerts on the ancient app versions after the 1.3.13 Fabric update

We received a STABILITY ALERT for our Android app yesterday. Surprisingly enough, the alert was for some very old versions. Our latest app version is v24, but in the past 24 hours, Fabric reported a big spike for some early versions (<=15). Based…
Shu Sang
  • 61
  • 1
  • 2
  • 6
0
votes
1 answer

Twitter Digits Web CDN SDK redirecting to insecure CDN URL

We have integrated Twitter Digits on our site using their following CDN SDK link https://cdn.digits.com/1/sdk.js Sometimes internally it is redirected to following link. https://cdn-o.digits.com/1/sdk.js Since this URL is ENSECURE I get following…
Amol Chakane
  • 1,501
  • 2
  • 21
  • 43
0
votes
1 answer

Initialize Fabric-Answeres in iOS with cocoa pods

I posted a post which was named "Initialize Fabric in iOS with cocoa pods", regarding initialization with crashlytics. It basically asked how to initialzie crashlytics with an API key, without having to go through info plist. That was solved by…
vonGohren
  • 929
  • 8
  • 22
0
votes
1 answer

Fabric doesn't report fatal crashes on android

I use fabric with crashlytics plugin I have following code in the onCreate: if (!BuildConfig.DEBUG) Fabric.with(this, new Crashlytics()); I receive daily reports from fabric.What's strange is in the reports crash-free users is less than 100%…
undefined
  • 623
  • 7
  • 27
0
votes
0 answers

Crash Free Users data incorrect

I have an application listed via Fabric. The stability alert email shows Crash-Free Users has dropped to 66.4%. for one day but if I observe the same in Fabric for that day, it shows a different value. How is this being calculated since it is making…
learn_develop
  • 1,735
  • 4
  • 15
  • 33
0
votes
0 answers

Fabric.io Beta Distribution via Gradle - Emails Sending Issue

I need some assistance with regards to Beta distribution, and am at a loss for where to look or how to troubleshoot this. I have already posted a question but I believe it to be in the wrong area, and perhaps posting here will have better…
JoshuaTree
  • 1,211
  • 14
  • 19
0
votes
1 answer

Fabric.io Beta Distribution via Gradle - Group Alias - Invitation Email

I need some assistance understanding an aspect of this function provided by fabric As far as I understand by setting: ext.betaDistributionGroupAliases = "testers" When the APK is uploaded, those members of that testers group should receive an email …
JoshuaTree
  • 1,211
  • 14
  • 19
0
votes
1 answer

Is it possible to customize google fabric's/digits login popup?

I know it's possible to embed widget of digits using this link This one will be shown on my page inside the div with class=my-digits-container But is it possible to customize the popup which appears by using Digits.logIn?
Amol Chakane
  • 1,501
  • 2
  • 21
  • 43
0
votes
1 answer

When does fabric create app

Especially I'm interested when a new app will be created in the Fabric dashboard. Will it be created after xcodebuild command or after some application has been launched. In my case I have to skip building archive which calls Fabric/run in build…
0
votes
1 answer

How to navigate to view controller after successful verification?

I'm using Digits - by Twitter API for phone number verification, a quick scenario: user tap on Sign Up buttonex: LoginViewController -> Digits API initialize to verify his phone number -> after successfully verification the app should move to next…
Hussein
  • 487
  • 6
  • 22
0
votes
0 answers

Digits returns "Invalid phone number" for a valid US phone number

I am currently using digits for a web-application. I have been testing the application using my personal phone number, which works great. However, after asking my friend to try the app, he could not log in and received the error "Invalid phone…
Whispers
  • 1
  • 1