google-fabric Questions

1

Solved

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 li...

6

it worked before I don't change anything but today I got this error, here my gradle buildscript { repositories { mavenCentral() maven { url 'https://maven.fabric.io/public' } jcenter() } depe...
Ulent asked 28/5, 2018 at 10:57

1

Solved

I am using fabric/crashlytics for log reporting. I am usually setting username, email,id etc once a user signs into my app. I was wondering if there is a way I can clear out my user data on app sig...

2

I want to "Link to new or existing Firebase project & app" but the crashlytics dashboard told me my project is already linked, how to unlink my existing project ?
Walsh asked 21/2, 2018 at 10:25

4

Why fabric "The Fabric iOS and Android mobile apps will be sunset on November 30, 2018. After this date, you will not be able to log into the apps" is it closing?
Neediness asked 20/10, 2018 at 9:44

0

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.
Chordophone asked 6/12, 2018 at 13:25

2

I have integrated Crashlytic in reactNative application and tried to check crash logs generated from js files. Its able to capture them but not providing information about the file name. Logs are g...

1

Solved

As described in the header I keep getting __hidden in my crash reports at Crashlytics. I am distributing the app over the air via my enterprise certificate. I looked through numerous posts here at ...
Cyclotron asked 23/10, 2018 at 4:6

1

I recently discovered problems reading Crashlytics reports for crashes in Swift code. In the picture below you can see what happend to the method names. I've highlighted the interesting information...
Stayathome asked 13/11, 2018 at 9:26

3

I'm trying to add Firebase Crashlytics. Firebase Crashlytics tutorial is very simple: https://firebase.google.com/docs/crashlytics/get-started?authuser=0 I've already added repositories (in builds...
Schwartz asked 25/5, 2018 at 13:26

3

Solved

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 ...
Eunuchize asked 27/9, 2018 at 19:28

2

Solved

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...
Pelmas asked 11/5, 2018 at 7:30

2

Solved

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 ap...

1

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...
Marucci asked 19/9, 2018 at 15:38

1

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 cras...
Lisandra asked 27/6, 2018 at 20:30

1

Solved

I'm trying to compile my project, which has both Firebase, Crashlytics/Fabric, and a bunch of other stuff, with Xcode 10 beta 5. It fails during linking with these errors: Ld /Users/Username/Libra...
Marjana asked 30/7, 2018 at 21:53

3

I've got a problem with my crash reports from Fabric Crashlytics when I enable Dexguard in my project. I enabled Dexguard in my project and it works pretty well. Then I followed the instructions ...

2

I deployed android app using Beta by Crashlytics and sent invitation to a user, the user opened the invitation in his android device and saw the following message: "Open the invitation email on yo...

0

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 { rep...
Necropsy asked 27/6, 2018 at 13:10

2

Solved

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...
Horrendous asked 19/6, 2018 at 6:56

1

I've been using Crashlytics for a long time now (starting when there was no Fabric yet), but recently I have a problem with new application that is distributed through Test Flight Beta and it's alr...
Rinehart asked 25/1, 2016 at 7:52

5

My iOS app is running firebase reports since several weeks. I added crashlytics 2 days ago by following the official steps: https://firebase.google.com/docs/crashlytics/get-started?authuser=0 in fa...
Waldo asked 23/11, 2017 at 15:14

2

We are using crashlyticsDidDetectCrashDuringPreviousExecution to detect java crashes and report them to our BI systems, but our app is mostly C++ and we are using crashlytics NDK, we can't find any...

3

I am trying to add Firebase crashlytics to our project but just can not get it to work. I have followed the instructions adding the necessary lines to our gradle file but no success so far. The ...
Ploughman asked 1/3, 2018 at 15:59

1

The Fabric SDK (for Android) intermittently fails builds with the following error: ERROR - Crashlytics Developer Tools error. com.crashlytics.tools.android.project.ManifestData$ManifestIOExceptio...
Tern asked 29/11, 2017 at 0:2

© 2022 - 2024 — McMap. All rights reserved.