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.

6
votes
3answers
567 views

Google Fabric in Xcode 10 beta

I installed Xcode 10 Beta 6 and I am updating everything and in this process I have run into a small issue with Fabric. Fabric's website has special instructions for Xcode 10 that says: When I am in ...
9
votes
4answers
2k views

Failed to retrieve settings from https://settings.crashlytics.com/spi/v2/platforms/android/apps/

I am trying out the new Firebase/Crashlytics setup and seem to run into a weird issue. I have one Android code base with multiple product flavors and each flavor is a separate individual app. all of ...
7
votes
4answers
607 views

'FABException', reason: '[Fabric] Value of Info.plist key “Fabric” must be a NSDictionary.' when using Firebase and Crashlytics

I have a rather peculiar scenario when working with Firebase in our app. Without adding Crashlytics and Fabric to the project, when I run unit tests for the project the following code is hit: @try { ...
3
votes
2answers
170 views

How to split/ungroup Crashlytics non-fatal exceptions report using custom attribute?

I send to Crashlytics errors I get during sync with server. These errors mostly contain info about different data conflicts. All errors are wrapped into one exception class which has fields like ...
0
votes
1answer
45 views

Crashreport for c++ library show missing

I have configured build.gradle and Application to make Crashlytics works. But not able to figure out why the c++ code is showing "missing" and no any detail information(line number, call stack). "./...
0
votes
1answer
163 views

Fabric Crashlytics showing “Release x.x.x Needs Investigation”

We simulated 3 test crashes on the device with out debugger. We can see the count of crashes but we couldn't see the reports on the dashboard. It says "Release x.x.x needs investigation" under the ...
1
vote
1answer
41 views

Fabric plugin 1.26.0 incompatibility

When upgrading Fabric gradle plugin to 1.26.0, I cannot build my project due to the following error: Could not find method create() for arguments [crashlyticsStoreDeobsProdAdminRelease, class com....
0
votes
1answer
42 views

Invalid Crashlytics API Key error when upgrading to Android Gradle Plugin 3.3.0

After 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 - Crashlytics Developer Tools error. ...
1
vote
0answers
20 views

Cannot find protocol declaration for 'CrashlyticsDelegate' when compiling Objective C++ file

Sample Project: https://github.com/mike011/CrashlyticsDelegateExample Steps to reproduce: Create a new Swift Project Add in Crashlytics via a Podfile and make sure use_frameworks! is listed Create ...
0
votes
1answer
20 views

Crashlytics/Answers: Is it possible to get programatically last x events collected by Answers?

In iOS App (objective C) I'm using Fabrics Crashlytics features. Custom Logging [CLS_LOG ...] Custom Keys and Answers for events logging. Everything works as expected. What I want to achieve is to ...
0
votes
0answers
13 views

How to upload single .apk file to multiple Fabric organisation

I have a Jenkins job where I am able to upload my apk file to fabric organisation using fabric plugin after successful build. But at the same time I have three organisation in fabric account like ...
0
votes
1answer
59 views

Info.plist: Permission denied . Command PhaseScriptExecution failed with a nonzero exit code Xcode 10

I read new instructions in Firebase & Fabric for Crashlytics in Xcode 10. Reference : https://firebase.google.com/docs/crashlytics/get-started?authuser=0 Xcode 10 only: Add your app's built ...
0
votes
0answers
30 views

Get number of active users for an iOS

We are building a custom, company-wide dashboard. Is there a way to get the number of users (through REST API) that downloaded and are actively using our iOS App? Our app has Fabric integration (...
-1
votes
0answers
17 views

Fabric is integrated with JIRA but sending only iOS crashes to JIRA

We succeed to integrate both Android and iOS to JIRA via Fabric's dashboard. We clicked on the test button and both of them worked and sent test issue to JIRA as expected. We did real test on iOS and ...
1
vote
2answers
81 views

Crashlytics vs Fabric vs Firebase Crash Reporting — I'm lost

Could someone clarify on these terms? I'm completely lost! What do Google calls “Crashlytics”, who is Fabric and why it's still not Firebase? Should I setup crash reporting somewhere in Firebase ...
0
votes
1answer
88 views

XCode 10 Crashlytics Installation

I am having difficulty understanding this step on installing firebase Crashyltics in my app: Xcode 10 only: Add your app's built Info.plist location to the Build Phase's Input Files field: $(...
2
votes
3answers
637 views

Non-fatal errors not showing in Crashlytics

I was testing the non-fatal error functionality of Crashlytics and can't seem to get the recorded errors to appear in Crashlytics. I did initialize Crashlytics in AppDelegate like this: Fabric.with([...
7
votes
2answers
2k views

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 ...
3
votes
2answers
627 views

Android Crashlytics not logging non-fatals

I'm logging crashlytics errors in fabric. It works for crashes, and auto-generated non-fatals. But when I try to manually log non-fatals, it doesnt show at all. What can be the problem? (Yes, I have ...
1
vote
1answer
21 views

Fabric Answers Rounding Int Values

As part of collecting my custom attributes for my Fabric Anwers events, I would like to obtain the birth year of my users. This is set in app and ranges from 1920 to 2002. So, when an event is ...
0
votes
0answers
22 views

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: ...
0
votes
0answers
18 views

While using 3G internet connection, Crashlytics gives no internet connection error for event uploading

I am using Fabric/Crashlytics SDK on my iOS application (version Crashlytics 3.10.7). When I use 3G internet connection (connection exists I tested) and debug the app, I have realized Crashlytics logs ...
3
votes
1answer
230 views

Fabric - unable to add iPhone Xs Max, iPhone Xs device for beta testing

In the Fabric app, after adding iPhone Xs Max or iPhone Xs device in the provisioning profile, devices are not detecting inside the application. It is showing the error message "We couldn't locate the ...
0
votes
0answers
14 views

Fabric: Switch between organizations with the same user account

We have been using Fabric for our in-house app distribution with multiple organizations for various environments like UAT, Local, DIT etc. everytime testers use one of the apps from one organization ...
8
votes
1answer
719 views

XCode 9+iphone8+Fabric can't use beta to install testing app

all I keep got this error message "The developer needs to upload a build that supports your device's architecture (armv6)." on iPhone8. And the same version is ok to install on other devices (iphon7,...
0
votes
0answers
101 views

Fabric Does not work with cocoa app - Xcode 10 beta 6

Simply created new cocoa app, followed steps for adding fabric and it does not work. Using Xcode 10 beta 6 and os Mojave - beta 10, I see there is one additional configuration required for Xcode 10, ...
0
votes
1answer
45 views

Crashlytics WebHook for Slack is not working

I have successfully configured Crashlytics Weebhook with Slack. I have also tested it with the Test Message given in Crashlytics console. Test message working fine. But, when I have an actual crash ...
1
vote
0answers
19 views

Enabling proguard causes crashlytics exception

After enabling proguard in my gradle file: minifyEnabled true shrinkResources true proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' I get following ...
-2
votes
0answers
16 views

How to Customize Firebase Crashlytics crash reports from MOE

I'm working on a iOS app which was developed from Multi-OS Engine and Firebase. We want to log more informations from Crashlytic report. Then I'm getting started with this: https://firebase.google.com/...
2
votes
1answer
79 views

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 ...
2
votes
2answers
787 views

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 ...
1
vote
1answer
1k views

What information does Crashlytics collect from End Users?

I'm using Crashlytics in fabric. I read privacy-policy.pdf to check privacy issue. I found stored information includes device state information, unique device identifiers and so on. I'd like to know ...
0
votes
1answer
39 views

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 ...
0
votes
1answer
43 views

Beta by Crashlytics: Upgrade apk different signatures

I'm trying to use Crashlytics beta but everytime i'm trying to instal (via Beta app) i'm getting "App not installed" In my device I have 1.0.0 installed from Play store After few changed in code I ...
0
votes
0answers
27 views

Crashlytics Device State In background on iOS only

I'm using Crashlytics to get repports of exceptions & crashes for a unity game which is both released on Android and iOS. I'm wondering if I can trust the Device State "In Background" on iOS. I ...
2
votes
1answer
272 views

Crashlytics - 0 crashes (iOS 12, Xcode 10 GM)

We released our app (phased release) with support of iOS 12 that was built by Xcode 10 GM yesterday morning, and still can't see crashes in Crashlytics tab: However, we found amount of all crashes in ...
0
votes
1answer
33 views

Remove fabric and firebase from android studio project completely

I am getting struggled with errors and warnings whenever I try to remove fabric and firebase from my android studio project. I almost deleted every implementation of those from project but I still see ...
-1
votes
2answers
80 views

What is the crashlytics alternative in AWS services? [closed]

I use crashlytics to get crash reports from my android app but since i already use aws services i wanted to migrate crash reports to AWS. I googled and found about AWS Mobile analytics but seems like ...
5
votes
1answer
207 views

Firebase won't show me Crashlytics details without linking Fabric app

I set up a new project with Firebase and enabled Crashlytics crash reporting. My Firebase console is showing crashes (so I know the SDK is configured properly): However, when I click on the crashes, ...
1
vote
1answer
76 views

Weird Crash on UIKit

I have a published app and I see in Fabric a crash with this log: EXC_BAD_INSTRUCTION 0x00000000a21403e1 #0. Crashed: com.apple.main-thread 0 UIKit 0x18d199e28 +[...
0
votes
0answers
41 views

iOS - Crashes not getting logged with log “[Crashlytics:Crash] Reporting is disabled”

I'm trying to set up a new organization to make sure that Debug (debugger not attached) builds' crashes are not dirtying the production Crashlytics. For Debug builds, I use a different organization ...
2
votes
4answers
135 views

Crashlyitics not appearing in Firebase

My Crashlytics data is not appearing in the Firebase Crashlytics view. It does show "Crash-free statistics" as being 75%, so it appears to be recording some data. I also see the crashes appearing ...
1
vote
1answer
312 views

Fabric Answer crash iOS app on start with Xcode 10 and iOS 12

EDIT: Xcode 10 beta 6 fix the problem I'm updating my app for ios 12 with the new xcode 10, but the Fabric framework makes the app crash at start. I only run the code and the app crash on the ...
1
vote
0answers
251 views

App version always 0.0(0) after upload to fabric beta

I have strange problem with app version in fabric beta. After executing task :app:crashlyticsUploadDistribution build uploaded successfully. Version name and version code are correct for build, but ...
0
votes
1answer
18 views

Cannot delete apps from Fabric because there are too many?

I am a Android developer and I had clients building their apps with my source and by doing that caused my fabric apps to grow quite large. Right now I have 1167 apps under my organization and i'm ...
0
votes
1answer
37 views

What is issue occurred with Fabric?

Fabric dashboard show loading on my app. it occurred to me today. enter image description here
0
votes
1answer
38 views

Firebase Crashlytics Custom Email/Slack Headers

Currently, Crashlytics send an email/slack with: Stacktrace Summary, App package name, Platform(Android), Version. And complete details opens up only after going to the Crashlytics dashboard through ...
0
votes
0answers
54 views

Attempt to invoke virtual method 'void android.widget.Editor$InsertionPointCursorController.show()' on a null object reference

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.Editor$InsertionPointCursorController.show()' on a null object reference at android.widget....
0
votes
1answer
69 views

Android, is there a way to update a Fabric Beta distributed app within the app?

I have successfully distributed the app via fabric beta, but after the new version of the app was distributed, there is no window for updates in the old app. Is there a way to update a Fabric Beta ...
0
votes
1answer
73 views

Crashlytics - EXC_BAD_ACCESS WebKitLegacy crash ios

There are many crashes reported for WebKitLegacy on Crashlytics and I have been using webview in my application. There is no way to figure out why these crashes occur. I have set the delegate and ...