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
6
votes
4 answers

After Downloading app from google play store getting crashed?

My app is working fine when I build it from android studio. But the app is getting crashed when I download it from play store. Kindly find the attached crashlytics report in which the error is focused. Below is my build.gradle file apply plugin:…
Sunil P
  • 3,698
  • 3
  • 13
  • 20
6
votes
3 answers

Adding Firebase Crashlytics either crash in runtime or fail unit test build

I'm trying to add Firebase Crashlytics to a new Android app (single module, no flavors). Since Crashlytics is missing from the IDE assistant plugin, I'm using setup steps from https://firebase.google.com/docs/crashlytics/get-started: add gradle…
Mykhailo Gaidai
  • 3,130
  • 1
  • 21
  • 23
6
votes
4 answers

API 'variant.getExternalNativeBuildTasks()' is obsolete

I have updated my android studio. After that my Crashlytics create the problem. is it problem with crashlytics? or How can I solve this? This is error API 'variant.getExternalNativeBuildTasks()' is obsolete and has been replaced with…
Masum
  • 1,037
  • 15
  • 32
6
votes
1 answer

Can't link app in Fabric to existing Firebase project

I'm trying to migrate my Android app from Fabric Crashlytics to Firebase Crashlytics. My app has an existing Firebase project set up for messaging and analytics. This Firebase project is not yet linked to Fabric. I start in the Firebase console.…
6
votes
2 answers

Android and the Fabric (Crashlytics) plugin always generates a UUID (Gradle Kotlin DSL)

I want Fabric to stop generating a UUID on each build. What used to work with Gradle's Groovy DSL does not work with the newer Kotlin DSL. How can I achieve my goal with the Kotlin DSL? (Gradle version 4.10.2, Fabric 1.25.4) According to Fabric's…
AutonomousApps
  • 4,229
  • 4
  • 32
  • 42
6
votes
2 answers

Fabric/Firebase Crashlytics API

I'm aware that there isn't a Fabric/Crashlytics API that I can use to pull data. I'm wondering if when the move happens to Firebase/Crashlytics will there be some sort of official API that we can use to get crash statistics? I am trying to create…
ACCFAN
  • 91
  • 1
  • 7
6
votes
2 answers

Migrate from Fabric Crashlytics to Firebase Crashlytics

I am trying to migrate from Fabric to Firebase Crashlytics but it is not going through. I am already logged in and the system still asks me to login. Moreover the sign in with Google to get started button does not respond. When I click on the small…
Kunal Gupta
  • 2,984
  • 31
  • 34
6
votes
2 answers

xcode 10b6 fabric missing or malformed provisioning profile

Just updated to Xcode 10b6 and when i try to distribute the app through the fabric plugin i got the error "Archive Preparation Error: -3" - The archive's embedded.mobileprovision provisioning is missing or malformed" No idea how to solve this.
Pablo Navarrete
  • 201
  • 1
  • 7
6
votes
1 answer

uploading aab file to Crashlytic Fabric io

Anyone have any idea when Crashlytic or Fabric io will ever support the new android app bundle format aab file? I'm currently updating all my jenkins deployment pipeline to generate aab file rather than apk file. cheers
6
votes
0 answers

I/CrashlyticsCore: Crashlytics report upload complete but not show in dashboard

I have problem with Fabric. its a test project for find problem and do everything step by step in fabric documents, but i don't know what is mistake. please help me. My Gradle: buildscript { repositories { maven { url…
S Heydari
  • 91
  • 8
6
votes
2 answers

How to add new application to Fabric

Something has been changed since I added my last application to Fabric because I just can't find how to add a new one. I made this: Settings -> Apps -> Add. The last step redirects me to the Kits page where I don't know how to continue.
gabhor
  • 669
  • 9
  • 23
6
votes
2 answers

Fabric API key not valid

I am trying to install Fabric to my iOS app. I downloaded the Fabric app to install Crashlytics but when I add the run script in build phase provided by the app, after I build the project I get the error: line 2:…
Student
  • 418
  • 1
  • 4
  • 17
6
votes
1 answer

Fabric crashlytics with Firebase unable to upload crash

I'm just trying to migrate Fabric Crashlytics with Firebase, so I just followed the guide https://firebase.google.com/docs/crashlytics/get-started Everything compiles and the app can be launched. So I want to simulate a crash with…
ejay
  • 1,114
  • 3
  • 14
  • 26
6
votes
0 answers

Fabric/Crashlytics - Only first line of logged message is visible in issue detail

I’m using Crashlytics crash and non-fatal bug reporting in my apps for some time now. I’m enhancing both reports with logs, as described here: https://docs.fabric.io/apple/crashlytics/enhanced-reports.html#custom-logging-in-swift What I noticed…
Tom Kraina
  • 3,569
  • 1
  • 38
  • 58
6
votes
1 answer

This app relies on Crashlytics. Please sign up for access at https://fabric.io/sign_up

but i have some problem at first i have a orange check image in right of app package name and i have this error in Application class Caused by: io.fabric.sdk.android.services.concurrency.UnmetDependencyException: This app relies on Crashlytics.…
Mahdi Azadbar
  • 1,330
  • 3
  • 17
  • 24