Google's Fabric is a platform that helps your mobile team build better apps, understand your users, and grow your business.
I added the following the in my project's build.gradle file: Buildscript { repositories { jcenter() maven { url 'https://maven.fabric.io/…
android android-gradle-plugin google-fabricAfter upgrading from Android Gradle Plugin 3.2.0 to 3.3.0-alpha13, I'm seeing the following build error: > Task :app:fabricGenerateResourcesDebug FAILED ERROR …
android firebase crashlytics google-fabricAfter deployment of an app to Google Play Beta I see next issue in Crashlytics (6 - 7 users are affected) Fatal …
android crashlytics google-fabricI'm trying to add Firebase Crashlytics. Firebase Crashlytics tutorial is very simple: https://firebase.google.com/docs/crashlytics/get-started?authuser=0 …
android firebase gradle crashlytics google-fabricFor some reason we needed to change the package-id of our existing android application. We already use Fabric for Crashlytics. …
crashlytics crashlytics-android google-fabricI got an android app where Fabric Crashytics is installed. I've followed the official guide to setup Firebase Crashlytics and …
android firebase crashlytics google-fabricCurrently, I am facing issues to upload dSYMs through the new uploader script. /path/to/Fabric/upload-symbols -gsp /path/to/…
ios firebase crashlytics google-fabric dsymI implemented Firebase Crashlytics in my iOS app. I followed all the steps in firebase documentation. I already ran crashlytics …
ios firebase crashlytics google-fabricCould someone clarify on these terms? I'm completely lost! What do Google calls “Crashlytics”, who is Fabric and why it's …
ios firebase crashlytics google-fabricI am having difficulty understanding this step on installing firebase Crashlytics in my app: Xcode 10 only: Add your app's built …
ios swift firebase crashlytics google-fabric