Top "Twitter-fabric" questions

Twitter Fabric was a mobile SDK and platform which allows developers to build better apps.

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 …

android crashlytics twitter-fabric
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 …

xcode debugging crashlytics twitter-fabric
Could not resolve io.fabric.tools:gradle:1.+

I'm having an issue with building my project. First time build. I'm behind a proxy and all other dependencies downloaded …

android gradle crashlytics twitter-fabric
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 …

ios xcode crashlytics twitter-fabric
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 …

authentication firebase twilio twitter-fabric nexmo
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/…

ios cocoapods crashlytics twitter-fabric
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 …

android crashlytics twitter-fabric
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 …

android crashlytics twitter-fabric
Gradle build error cannot resolve io.fabric

i'm using android studio 2.0. i got this error when i tried to build apk, it used to be worked but …

android gradle android-studio-2.0 twitter-fabric