crashlytics

iOS (Fabric): Crashlytics crashing app on launch

一个人想着一个人 提交于 2019-12-01 07:28:15
问题 I have updated the Crashlytics but still I am getting this error on launch: Error: *** Terminating app due to uncaught exception 'FABException', reason: '[Fabric] It appears that "Crashlytics" is not a valid Fabric Kit. Please make sure you only pass Fabric Kits to [Fabric with:].' Here is my code: func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { // Override point for customization after application launch. Fabric.with

Crashlytics plugin (2.2.2) can't be initialized on Android Studio (1.1.0)

烂漫一生 提交于 2019-12-01 07:19:54
问题 I've restarted Android Studio (version 1.1.0 built on 18 Feb) & now Crashlytics can't be initialized with this error: NullPointerException: update failed for AnAction with ID=Actions.Crashlytics.CrashlyticsAction What should I do to fix it? I have the following in my build.gradle (I'm writing here only crashlytics related configurations): buildscript { repositories { maven { url 'https://maven.fabric.io/public' } } dependencies { classpath 'io.fabric.tools:gradle:1.+' } } apply plugin: 'io

Fabric API key not valid

狂风中的少年 提交于 2019-12-01 06:39:15
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 error: line 2: 1:myfirebaseid:ios:myfirebaseid=1:my:app:id: command not found Fabric.framework/run 1.7.0 (208) error: Fabric: Configuration Issue Fabric API key not valid. Your Fabric run script build phase should contain your API key: ./Fabric.framework/run INSERT_YOUR_API_KEY INSERT_YOUR_BUILD_SECRET Some answers suggested removing Fabric from plist which I did and the error got away. But later, I

“[Crashlytics:Crash] Reporting is disabled”

最后都变了- 提交于 2019-12-01 05:32:49
I am getting the following error messages when our production iOS app initializes: [Crashlytics] Version 3.8.4 (121) [Crashlytics] Running on iOS Simulator (iPhone), 10.3.0 (16E195) [Crashlytics:Crash] Reporting is disabled [Crashlytics] Crash reporting could not be initialized [Answers] Initialized [Fabric] Initialized with kit versions: { "com.twitter.answers.ios" = "1.3.4"; "com.twitter.crashlytics.ios" = "3.8.4"; "io.fabric.sdk.ios" = "1.6.11"; } Every subsequent call to log an event gets the following error: [Crashlytics:Crash] WARNING: CLSLog has been used before (or concurrently with)

Fabric API key not valid

懵懂的女人 提交于 2019-12-01 05:22:23
问题 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 error: line 2: 1:myfirebaseid:ios:myfirebaseid=1:my:app:id: command not found Fabric.framework/run 1.7.0 (208) error: Fabric: Configuration Issue Fabric API key not valid. Your Fabric run script build phase should contain your API key: ./Fabric.framework/run INSERT_YOUR_API_KEY INSERT_YOUR_BUILD

Crashlytics iOS - Crash at line 0 - Swift sources

落花浮王杯 提交于 2019-12-01 05:12:34
I'm currently facing a problem with some Swift source files when a crash occurs. Indeed, on Crashlytics I have a weird info about the line and the reason of the crash. It tells me the source has crashed at the line 0 and it gives me a SIGTRAP error. I read that this error occurs when a Thread hits a BreakPoint. But the problem is that this error occurs while I'm not debugging (application test from TestFlight). Here is an example when Crashlytics tells me there's a SIGTRAP Error at line 0 : // Method that crashs private func extractSubDataFrom(writeBuffer: inout Data, chunkSize: Int) -> Data?

Crashlytics error - This app relies on Crashlytics. Please sign up for access

主宰稳场 提交于 2019-12-01 02:04:22
I have two build flavors in gradle but for some reason whenever i change the following flag to false i get the titled error message: ext.enableCrashlytics = false the error itself complete is below: Process: com.mobile.myapp.staging, PID: 5439 java.lang.RuntimeException: Unable to create application com.mobile.myapp.UI.myappApplication: io.fabric.sdk.android.services.concurrency.UnmetDependencyException: This app relies on Crashlytics. Please sign up for access at https://fabric.io/sign_up, install an Android build tool and ask a team member to invite you to this app's organization. at android

Today Extension widget freezes when the main app is updated

為{幸葍}努か 提交于 2019-12-01 01:32:50
I am suffering from Today Extension freezing issue when the main app is updated. In detail, I recently found that Today Extension freezes after updating the main app from Crashlytics Beta service. After that, all of touchable things like a button does not work. I tried to reinstall the widget by setting menu supported by Today but failed. The only way to solve this symptom is rebooting iPhone device. You know, however, this is not proper solution. What makes the widget freeze after updating a main app? 来源: https://stackoverflow.com/questions/29937104/today-extension-widget-freezes-when-the

Deploying app with Crashlytics to Apple Appstore - do I need a privacy policy?

拈花ヽ惹草 提交于 2019-11-30 23:08:53
I am about to submit an app to the Apple AppStore built in Swift that uses Crashlytics to capture crash information. As users of Crashlytics know, some information about usage, duration, crashes, etc. is captured and stored on the Crashlytics servers. My application does not ask for, store or attempt to capture any user data. My question is about the privacy policy for my application. Since I don't capture any user data, I want to state that in my privacy policy but I'm not sure that's factual since I am using Crashlytics. Any feedback on people that have used Crashlytics in their app and have

Crashes in Google Play Developer console vs Crashlytics Console

吃可爱长大的小学妹 提交于 2019-11-30 22:08:54
We have an Android App on Google play store . The Crashes & ANR section of the app lists only a handful of top crashes where as our Crashlytics console lists a total different set of crashes - I mean that only few of the top crashes in Crashlytics are same as one in Playstore. One of the reasons can be that our App is also distributed via an Enterprise store private to our customer's setup. 1. Do these crashes also get shown up in Google Play Dev Console ? 2. Also if I can get all the crashes in Play Dev Console as I see in Crashlytics. ? I have used Google Play, Crittercism, Crashlytics and