Questions tagged [twitter-fabric]

Twitter Fabric was a mobile SDK and platform which allows developers to build better apps. It is now owned by Google. This tag should not be used anymore, use [google-fabric] instead.

Fabric is a mobile SDK and platform which allows developers to build, understand, and grow their apps.

Note: Now that Google owns Fabric, there is a [google-fabric] tag.

The platform consists of many Kits or SDKs - Answers, Crashlytics, Digits, AdMob and others that address many of the major issues faced by developers, such as stability, distribution, and revenue and identity.

Useful links

870 questions
270
votes
31 answers

How to disable Crashlytics during development

Is there any simple way to turn Crashlytics Android SDK off while developing ? I don't want it to send a crash every time I do something stupid On the other hand I don't want to comment out Crashlytics.start() and possibly risk forgetting to…
Michael
  • 22,196
  • 33
  • 132
  • 187
214
votes
4 answers

Make sure your project build settings are generating a dSYM file. DEBUG_INFORMATION_FORMAT should be set to dwarf-with-dsym for all configurations

I've recently started getting this error: 2015-03-23 11:35:48.902 run[60036:1047011] Crashlytics.framework/run 1.3.14 2015-03-23 11:35:48.911 run[60036:1047011] Crashlytics: dSYM Error Unable to process .app.dSYM at path /path/to/
Snowcrash
  • 80,579
  • 89
  • 266
  • 376
103
votes
17 answers

How can I fix this CrashlyticsMissingDependencyException?

I have been using the latest Crashlytics (Fabric integration) for a while. But recently I encountered the following crash error due to missing dependency although I didn't change anything about Crashlytics configurations. any idea? 02-08…
xialin
  • 7,686
  • 9
  • 35
  • 66
93
votes
2 answers

Logout from Fabric Plugin

I want to logout from Fabric Plugin used in Android Studio. Clicking on Profile icon is not working but I need to switch account in there for another project. What to do?
user6773311
74
votes
27 answers

Crashlytics in iOS won't proceed past "Build Your Project" in Fabric app

I'm installing Crashlytics for my iOS app. I downloaded it via their site link, and went through all the steps for integrating the frameworks, adding the run script, etc. I was experiencing an issue, so I removed the frameworks and decided to start…
wanderingme
  • 745
  • 1
  • 5
  • 7
58
votes
1 answer

Is Batmobile Defy Mini a fake device?

Fabric reports rare crashes which I generally cannot reproduce Fabric identifies it as Batmobile (manufacturer) Defy Mini (device model) running Android 5.0.2 Motorola has a device named Defy Mini which was introduced in 2012 running Android…
Nino van Hooff
  • 3,677
  • 1
  • 36
  • 52
54
votes
16 answers

Integrate Fabric/Crashlytics via CocoaPods

I try to integrate Fabric/Crashlytics via CocoaPods, my Podfile looks like this: pod 'Fabric/Core', '1.2' pod 'Fabric/Crashlytics', '1.2' But when I try to build my app, the build fails and I get a Shell Script Invocation Error that the run script…
swalkner
  • 16,679
  • 31
  • 123
  • 210
52
votes
4 answers

Fabric release Xcode 6.3 codesign xcode-select

I'm trying to upload a release to Fabric & I'm getting errors as follows. I'm using the Xcode 6.3 (recently updated). Xcode: 6.3 Fabric: 1.1.3 OSX: 10.10.3 What should I do to resolve above error & continue uploading the release via fabric…
sagarkothari
  • 24,520
  • 50
  • 165
  • 235
47
votes
5 answers

Crashlytics iOS - log caught exception

I found a way to log custom caught exceptions in the Crashlytics Android SDK, but I can't find anything like that for the iOS SDK. Is there a way to log a caught exception with Crashlytics on iOS? See Android explanation:…
Magnus
  • 1,174
  • 2
  • 11
  • 21
45
votes
10 answers

Could not get crash report in Crashlytics / fabric. Showing error : "It looks like we are missing dSYMs to process crashes for the versions below."

Crash reports are not generated in fabric/ crashlytics for my iOS application. An error (as given in screenshot) is being displayed on fabric dashboard. As instructed by fabric I tried to search the given UUIDs in spotlight from the machine where…
Vineeth
  • 1,720
  • 1
  • 16
  • 23
41
votes
2 answers

How to initialize Crashlytics in Fabric.io?

Looking for some help. I just upgraded my android app to fabric and now the app gives an error on this line: Crashlytics.start(getApplicationContext()); Gradle: error: cannot find symbol method start(Context) I tried commenting out that line, but…
Nidhi Shah
  • 568
  • 2
  • 7
  • 14
40
votes
4 answers

How to extract Sha256 Cert Fingerprint for Branch.io

I am trying to integrate deep linking with branch.io. But in order to do this. I need to extract the SHA256 Cert Fingerprints to put them in my branch.io dashboard. How Do I do this? what is my certificate? They have too little data on how this is…
rosu alin
  • 5,674
  • 11
  • 69
  • 150
36
votes
12 answers

Crashlytics Fabric : Failed to execute task

I've been having an issue and I don't know how to fix it. My project use crashlytics, but it's always crash and not sent report. I have a TimeoutException: 08-25 03:04:31.876 2856-2856/connectivit.app E/Fabric﹕ Failed to execute…
keytronic
  • 395
  • 1
  • 3
  • 9
33
votes
4 answers

Firebase SMS Verification / Authentication

For a client project I'm creating a simple hybrid app that serves a very simple function, yet will have high traffic. The app wouldn't normally need a backend, since it's very very simple, and firebase seems like a perfect solution for the project.…
johnozbay
  • 2,192
  • 1
  • 25
  • 28
32
votes
3 answers

Crashlytics (Fabric) separate organizations for application variants (build types, product flavors)

This is self-answered question to share my knowledge. I have a project with multiple product flavors and I want to integrate Fabric using separate organizations for each product flavor. I tried to integrate Fabric using Android Studio Fabric Plugin.…
mixel
  • 25,177
  • 13
  • 126
  • 165
1
2 3
57 58