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
11
votes
0 answers

FirebaseCrashlytics auto upload-symbols problem

I'm trying to implement new FirebaseCrashlytics in my iOS app and having some issues and some things are not clear at all. As per Upgrade doc in step 3, I have to add following run…
AlexZd
  • 2,152
  • 2
  • 18
  • 29
11
votes
2 answers

How to report parameters in Firebase Analytics Events

I've used Fabric with iOS before where it was so easy to report custom parameters in the same analytics event in like this: Answers.logCustomEvent(withName: "saved_border", customAttributes: ["image_index":"\(index)"]) Now I'm trying to do the…
11
votes
0 answers

Crashlytics.app add new app stuck on "Add Run Script" step

Found Crashlytics.app issue. App not handling Xcode Build Success notification. To resolve this issue set "Build Settings -> Debug information format -> DWARF with dSYM File" for Debug mode.
Serg Smyk
  • 613
  • 5
  • 11
11
votes
3 answers

Firebase Crashlytics not working without Fabric API key

I got an android app where Fabric Crashytics is installed. I've followed the official guide to setup Firebase Crashlytics and linked the Fabric and Firebase accounts (AFAIK Firebase acquired Fabric recently). So in particular I removed the Fabric…
YTerle
  • 2,606
  • 6
  • 24
  • 40
11
votes
6 answers

Fabric : /ios/Pods/Fabric/run”: No such file or directory

using pod to install fabric but getting /ios/Pods/Fabric/run”: No such file or directory, i added run script in “${PODS_ROOT}/Fabric/run” ” show environment variable in build log is checked , whats issue not able to get , here…
saas
  • 254
  • 1
  • 2
  • 11
11
votes
3 answers

Fabric won't let me link my Firebase app

I have an app on my Firebase project that I'm trying to link to Fabric. When I go to Fabric -> Firebase -> Set up integration and select the app, it says "Already linked". But if I go to Firebase console -> Project settings -> Integrations ->…
Guy
  • 6,414
  • 19
  • 66
  • 136
11
votes
4 answers

Download Android APK file from Fabric Beta

Is it possible to download the Android APK file from Fabric Beta? We have multiple releases uploaded.
awardak
  • 322
  • 3
  • 10
11
votes
0 answers

How to immediately submit any pending non-fatal Crashlytics logs

According to the documentation: To reduce your users’ network traffic, Crashlytics batches logged exceptions together and sends them the next time the app launches. I would like to a trigger a log submission immediately as a result of a user…
user650881
  • 2,214
  • 19
  • 31
10
votes
1 answer

How to migrate from Fabric Crashlytics to Firebase Crashlytics?

I have an app that logs crashes and non-fatals to Fabric Crashlytics and uses Firebase Analytics to log analytics events. I want to migrate from Fabric Crashlytics to Firebase Crashlytics. In addition I want to save historical data from Fabric…
Ilia Kurtov
  • 999
  • 1
  • 12
  • 18
10
votes
2 answers

Crashlitycs reporting wrong line number after kotlin migration

Crashlytics reports showing wrong line number after migrating app to kotlin, i have already -keepattributes SourceFile,LineNumberTable in my proguard file An example of wrong line number report: http://crashes.to/s/419b5b28766
Jordy Mendoza
  • 432
  • 4
  • 16
10
votes
1 answer

Crashed: com.twitter.crashlytics.ios.exception IOS

I'm getting this issue in Crashlytics and, I really don't know what is causing it. It show me that the error is in my AppDelegate, 15 line, but there is where the class beginning: class AppDelegate: UIResponder, UIApplicationDelegate { This is the…
10
votes
2 answers

Malformed exception in fabric library

Recently I see an exception in my log that fabric (Beta) tries to check for updates and this is the error: E/Beta: Error while checking for updates from null io.fabric.sdk.android.services.network.HttpRequest$HttpRequestException:…
Zach Bublil
  • 857
  • 10
  • 28
10
votes
2 answers

Unity Fabric/Crashytics integration failure

I'm having trouble integrating the Fabric package into my unity project. After I've imported the latest package version 1.2.8. I can sign in to Fabric, select my organisation and select Crashlytics to be imported. This is where the crash occurs.…
Adam Sutcliffe
  • 101
  • 1
  • 6
10
votes
1 answer

Android project build failure while setting up Firebase+Crashlytics

I have a question about Firebase+Crashlytics+Android. On Android Studio I am getting the following error: org.gradle.api.GradleException: Crashlytics Developer Tools error. com.crashlytics.tools.android.exception.PluginException: Crashlytics …
Rameez Hussain
  • 6,414
  • 10
  • 56
  • 85
10
votes
2 answers

Whitelisting Fabric & Crashlytics IP

Question - would like to allow access to Fabric & Crashlytics from our server which means that we need to allow it through our firewall for access. Can anyone share the domains or IPs that we should allow through ? Secondly, we would also like the…