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
-1
votes
1 answer

Using Crashlytics on iOS with CMake

Our projects all use CMake, and Fabric seems to require a script run in XCode's build environment to extract information. CMake doesn't seem to have a way to add a run script build phase. So, I tried running the script manually after setting the…
-1
votes
1 answer

Logging an event with Fabric SDK in Unity

I am building a game for iOS platform in Unity. I have successfully imported Fabric SDK (crashlytics and answers). I am facing a problem when I am trying to write functions for logging an event. There is always an error shown like…
LukaG
  • 43
  • 10
-1
votes
1 answer

Getting the following error - Error:(6, 39) error: package com.crashlytics.android.answers does not exist

Following the install instructions via fabric and doing everything via Android Studio but I'm getting the following errors Error:(6, 39) error: package com.crashlytics.android.answers does not exist Error:(26, 29) error: package…
Almog
  • 2,639
  • 6
  • 30
  • 59
-1
votes
1 answer

Crashlytics on the internal network

I want to use Crashlytics on iOS on the internal network, without Internet access, which ones do I need to open ports or give access to the resource so that everything works?
0atme0
  • 3
  • 1
  • 2
-1
votes
1 answer

Fabric Beta Distribution over CI

I tried to follow the steps to achieve an automatic distribution of my iOS app for the Fabric Beta Distribution. I used the code and added it as post function to my build archive. The problem is, that I only get the archive registered in the Fabric…
Djamel
  • 1
  • 1
-1
votes
1 answer

Unable to use Beta with new devices id's for XCode 8.3.2

Fabric mac app 2.6.11 will not get new provisioning profiles from xcode 8.3.2. After adding new device ids to developer.apple.com, going to Xcode File -> Preferences -> Accounts and clicking on Download All (no other option is offered) and going…
-1
votes
1 answer

Fabric Crashlytics and Twitter incompatibility

I have main module where I want to setup Crashlytics and I have separate twitter module with Twitter oauth implementation. So I have 2 different points where I call Fabric.with(..) - first for Crashlytics, second for Twitter core. But when…
Alex
  • 130
  • 11
-1
votes
1 answer

Fabric does not show new crashes when there is missing dSYM files from previous versions

I am developing an in-house app for testing purposes. Fabric warned me about missing dSYM files, so when i investigated the problem I realised that my project settings prevented creating a dSYM file. (Please note that i am NOT creating archives,…
bisikli
  • 19
  • 2
-1
votes
1 answer

Error coming on building android fabric project

I just started facing issue while building android project: Execution failed for task ':app:transformClassesWithJarMergingForDebug'. com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry:…
amit srivastava
  • 743
  • 6
  • 25
-2
votes
2 answers

Fabric missing dsym for an iOS app

I'm using crashlytics for crash reporting. In the last release I'm seeing a lot of dsym missing warnings. I have tried to upload the dsym manually with no luck. Questions Is the number of crashes affected by missing dsym? Is number of crash-free…
aryaxt
  • 76,198
  • 92
  • 293
  • 442
-2
votes
2 answers

Android Fabric crashlytics issue

After adding the fabric crashlytics i'm getting error as no class definition found error for MultiPartBuildEntry in android 4.4 java.lang.NoClassDefFoundError: org.apache.http.entity.mime.MultipartEntityBuilder at…
-2
votes
1 answer

Use fabrics Digits to verify mobile number

Can I use fabrics Digits just to verify my app's users mobile number?I don't need to sign in user based on that. Is there any sample app code available ?
sreejith v s
  • 1,334
  • 10
  • 17
-3
votes
1 answer

Releasing unsigned apk with Fabric from different Mac

it's since one year that i release unsigned apk with Fabric without problems. My work colleague has configured a new Mac for releasing sometimes the same app (always unsigned apk). If he release the apk, with Beta (Fabric) i can't install the…
strad84
  • 11
  • 1
-3
votes
1 answer

UIApplication delegate must be used from main thread only - Swift

I am getting "runtime: UI API called from background thread: -[UIApplication delegate] must be used from main thread only " runtime issue for Fabric initialisation line. Not sure how to solve it. Please…
Priyanka
  • 207
  • 2
  • 10
-3
votes
1 answer

Trying to setup first app, but website not playing ball

I'm trying to setup Crashlytics on an existing Android app, which currently uses Firebase, but I'm having problems getting to certain parts of the site. Going from the documentation page: https://docs.fabric.io/android/fabric/settings/app.html I…
Phil A
  • 87
  • 4
1 2 3
57
58