google-fabric

Missing version in Fabric Crashlytics

纵然是瞬间 提交于 2019-12-10 10:57:34
问题 Everytime I release a new version of an app, this version shows up in Fabric crashlytics service, and I can track crashes, non-fatals, etc. My issue is that I released a version on monday (11/19/18) but the version number is not showing up in crashes version filter. The next version (not on the store yet, but on testflight) is showing tho. I have no idea how this is possible, if it comes from changes in fabric/firebase, or if it's coming from me (I don't see a thing I did differently than

Log to Crashlytics with tag and priority without also sending to logcat

我怕爱的太早我们不能终老 提交于 2019-12-10 09:37:28
问题 There are two ways to log to Crashlytics according to the documentation. Crashlytics.log(int priority, String tag, String msg); In addition to writing to the next crash report, it will also write to the LogCat using android.util.Log.println(priority, tag, msg) . Crashlytics.log(msg); which will only write to the Crashlytics crash report [not logcat]. However, this second method does not allow me to set a tag and priority. Instead it automatically sets the resulting tag as "CrashlyticsCore"

Crashlytics.app add new app stuck on “Add Run Script” step

依然范特西╮ 提交于 2019-12-10 02:44:56
问题 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. 来源: https://stackoverflow.com/questions/53652476/crashlytics-app-add-new-app-stuck-on-add-run-script-step

react-native-firebase crashlytics not showing up on firebase dashboard

这一生的挚爱 提交于 2019-12-09 17:18:03
问题 I am using firebase crashlytics. I am causing a crash by doing firebase.crashlytics().crash() and I am not seeing the crash report on the firebase dashboard. The crash is working because on android i get this screen and on ios the app freezes and i get brought to this page on xcode But on the crashlytics dashboard on firebase the crashes are not showing up. Is there any reason why the crashes are not showing up on crashlytics dashboard? I am using react-native-firebase. I know i installed it

Issue with Crashlytics and Answers kit

十年热恋 提交于 2019-12-08 20:21:07
问题 I am using Crashlytics in my app for tracking crashes and Answers kit too for custom events. I am integrating the frameworks into my project using pod file. But I am getting a linking error while both pods are added like pod 'Fabric' pod 'Answers' pod 'Crashlytics' When I remove one from Answers and Crashlytics, then all is fine. Error is : Apple Mach-O Linker (Id) Error Linker command failed with exit code 1 (use to see invocation) Any ideas? 回答1: Mike from Fabric here. Remove the Answers

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

▼魔方 西西 提交于 2019-12-08 15:04:29
问题 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. java.lang.IllegalArgumentException: Crashlytics found an invalid API key: null. Check the Crashlytics plugin to make sure that the application has been added successfully! Contact support@fabric.io for assistance. It appears that the processDebugGoogleServices task is no longer running before the

Crashlytics Unity Plugin - export to Android Studio

落爺英雄遲暮 提交于 2019-12-08 00:55:40
问题 I integrated Crashlytic plugin into my Unity project. It work fine if I build an APK file directly from Unity. But if I use option export to "Google Android Project" in Unity -> Then open Android Studio, select "Import project (Eclipse ADT, Graddle, etc)" -> Run -> App crash on Launch with exception: "java.lang.ClassNotFoundException: io.fabric.unity.android.FabricApplication" Here's my build.gradle apply plugin: 'com.android.application' android { compileSdkVersion 23 buildToolsVersion "25.0

Fabric plugin incompatible with Gradle 4.4 +

走远了吗. 提交于 2019-12-07 12:14:55
问题 Recently I have had to update my project to use Gradle 4.4 from 4.1. i.e. distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip in my gradle-wrapper.properties file. However, this is incompabitble with the fabric plugin apply plugin: 'io.fabric' As since the gradle update, I now get build errors when syncing my project. Such as: Error:Could not get unknown property 'manifestFile' for task ':Module:generateVariantFlavorRFile' of type com.android.build.gradle.internal

On iOS, how to disable popup that reminds new versions and updates in old versions from Crashlytics Beta

我怕爱的太早我们不能终老 提交于 2019-12-07 07:56:42
问题 This is regarding the iOS Enterprise apps downloaded from Crashlytics Beta Platform. Whenever there're new versions uploaded, when the old apps are launched, there will be popup that reminds user of new versions and updates in Crashlytics Beta. This seems to be automatically added by Crashlytics Beta. Just want to ask, is it possible to disable the popup so that testers can keep using the old app to do regression test? We couldn't seem to be able to find any configurations or settings about

Beta by Crashlytics - Package appears to be corrupted

懵懂的女人 提交于 2019-12-07 00:11:56
问题 I recently developed an app for a client and now have to share it on Crashlytics for a Beta. I did this many times in the past but with this app, there's a problem. When I upload my app on Crashlytics Studio's plugin, there's no error. The email is correctly delivered to testers. But at the end of the installation, it says "The package appears to be corrupted" . This is the first time I see this and I don't know what to do. I try with all this type of APK: - debug (unsigned) - release