All Questions
Tagged with google-fabric fabric.io
20
questions
0
votes
1
answer
64
views
Fabric shows project as not migrated to Firebase, but in migration screen it shows as migrated
I'm trying to migrate my app from Fabric to Firebase. In Fabric dashboard, it shows like this:
Great. I go to migration screen to migrate, but I see this (the bottom most is the same exact app:
It ...
1
vote
1
answer
52
views
Fabric notified me "STABILITY ALERT" for my iOS app while app is working fine without any crash
I got email from fabric that my iOS app has issue and dropping crash free users but when I am testing, app is working fine without any error or crash even I checked twice XCode logs too.
Here the ...
1
vote
1
answer
92
views
Fabric issue App not showing after following instruction
I have carefully followed the instruction from fabric (https://fabric.io/kits/ios/crashlytics/manual-install) to install crashlytics in my app. However I cannot select my app after the instruction ...
10
votes
1
answer
8k
views
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 ...
3
votes
0
answers
826
views
Fabric/Crashlytics crashing APK game. Cannot integrate in Unity 2018
I have a Unity (2018.2.6f1) game project which has a few plugins like Admob, Facebook Audience Network, Applovin, Flurry Analytics, and AppsFlyer analytics. I am building for Android.
Everything ...
2
votes
1
answer
358
views
Someone else is experiencing an infinite "Waiting" with new iOS 11.4.1?
I recently registered a new app at Fabric.io, invited my test team, added their UDID at my developer account, downloaded the provisioning profile with the devices included and followed all steps as I ...
1
vote
2
answers
624
views
What data is being sent to the Fabric server ? [Fabric/Crashlytics]
We are working on a restricted Banking iOS/Android App and before integrating Fabric.io to our app we need to know what data will be sent to Fabric cloud
Our two main concerns are :
What is the ...
2
votes
0
answers
238
views
fabric not sending email notifications after new build
New builds get uploaded to fabric. I have one-two groups with multiple users in fabric attached to the project. They are not receiving notifications on their test devices with every builds but ...
1
vote
1
answer
387
views
Network activity from crashlytics when my app is paused
I am seeing following network activity when my app is in the paused state.
These are the URLs that Crashlitics is hitting:
https://api.crashlytics.com/spi/v1/platform/android/apps/<#application ...
3
votes
2
answers
2k
views
How to receive full stacktrace with methods, file paths, and line numbers for JavaScript instead native errors via fabric.io in React-native
I have manage to setup the fabric.io in ios and android using https://github.com/corymsmith/react-native-fabric but the crash report is in native code i.e. java and objective-c, that is completely ...
0
votes
1
answer
159
views
resurrected users in google-fabric
I have searched the fabric documentation and "googled" this question, but have been unable to find an answer. Does anyone know what defines a resurrected user in the Google-Fabric platform?
This user ...
0
votes
2
answers
239
views
What's the endpoint of Fabric.io Android Plugin for login and uploading APK?
I'm trying to figure out what's the endpoint of Fabric.io Android Plugin for login and uploading APK?
I'll use this information to whitelist the domain, so we can use the plugin when we are ...
2
votes
1
answer
412
views
Fabric data successfully sent but not appearing after app bundle identifier (and signature) was modified
I had to modify the bundle identifier (and the signature) of one of my iOS apps. I kept all the previous Fabric related code in the app as it was before.
I can't see any data for the new version of ...
3
votes
0
answers
480
views
Fabric.io Answers doesn't send events on iOS 10+
I use Fabric.io Answers for gathering metrics with custom events. All works fine on iOS 8 and 9 but on iOS 10 and iOS 11 events just doesn't send at app startup with next debug log:
...
1
vote
1
answer
722
views
Adding a new app with Fabric from a Xcode project with multiple targets
I am trying to add multiple apps to Fabric, from a Xcode project with multiple targets. It wont work.
I have added a run script in BUILD PHASES for every target.
When I am in the 'new app boarding' ...