crashlytics-beta

Firebase Crashlytics custom log does not appear in the console

最后都变了- 提交于 2021-01-20 17:06:48
问题 I've been testing Firebase Crashlytics and even though the normal crash report works right I can't success trying to generate a custom as it says the documentation. Crashlytics.log(msg); I also would like to know wether setting the user identifier for Crashlytics can be done for any crash (according to the doc I've understood that it's possible) with void Crashlytics.setUserIdentifier(String identifier); and how it would have to be done, because it does neither work to me, I can't see

Fabric Archive packaging Error -6

与世无争的帅哥 提交于 2020-01-02 04:47:07
问题 When I package from XCode via Fabric Plugin a Beta in debug mode, I got an error : Fabric Archive packaging Error -6 In Xcode I have check code signing manual (or auto same problem) for the app and the widget/extension with valid certificates and provisionning. I also check that I have all certificates (public/private keys) and provisionning on my keychain. If I build with fastlane last version 2.58.0, I got the same issue than direcly build from XCode. Note that without any changes, one day

Unable to integrate crashlytics in eclipse with ADT

两盒软妹~` 提交于 2019-12-22 11:17:10
问题 I followed setting up plugin to integrate crashlytics from this link https://www.crashlytics.com/onboard From eclipse, I logged into my fabric account and selected my project. Plugin made necessary changes to manifest and launch activity. It asked to build & run my app to complete step 1. But I am getting - ../kit-libs/com-crashlytics-sdk-android_crashlytics/bin(missing) ../kit-libs/com-crashlytics-sdk-android_crashlytics-core/bin(missing) ../kit-libs/com-crashlytics-sdk-android_beta/bin

Unable to upload apk to Crashlytics

不打扰是莪最后的温柔 提交于 2019-12-18 07:40:55
问题 I'm trying to automate my app build distribution via Jenkyns and Crashlytics. I configured all as indicated on the documentation but crashlyticsUploadDistributionRelease failed with this error: "Distribution upload failed" and "WARN - Crashlytics halted compilation because it can't distribute the unsigned APK:". how can I fix it ? 回答1: Mike from Fabric and Crashlytics here. Beta for Android only supports distributing a signed APK, unsigned APKs can't be distributed. For information on how to

How to Change the App Name on a Crashlytics Beta Email Invite

删除回忆录丶 提交于 2019-12-10 13:44:49
问题 In Crashlytics Beta does anyone know how to change the app name (under the app icon) on the email invite. My iOS distribution is coming from a Xcode 7 archive via the Twitter Fabric menubar on MacOS. The Xcode project is called something like someprototype and I'd like to make it more presentable for testers. I've changed the bundle name and archive name but neither of these have any effect. 回答1: Mike from Crashlytics and Fabric here. Check out how to change your app's name here. Once you

How to add new application to Fabric

扶醉桌前 提交于 2019-12-10 13:07:18
问题 Something has been changed since I added my last application to Fabric because I just can't find how to add a new one. I made this: Settings -> Apps -> Add . The last step redirects me to the Kits page where I don't know how to continue. 回答1: Paul from Fabric here. To install a new app, choose the Crashlytics kit and follow the instructions there. For iOS: https://fabric.io/kits/ios/crashlytics/install For Android: https://fabric.io/kits/android/crashlytics/install 回答2: Just plugin in android

Fabric Beta and APK splits

感情迁移 提交于 2019-12-09 11:36:19
问题 I'm splitting my app based on ABI, not on density, like so: splits { abi { enable true reset() include 'x86', 'armeabi', 'armeabi-v7a', 'mips', 'arm64-v8a' universalApk true } } I have multiple flavors, and 2 build types (debug and release). I want to put the universal apk file, that has native libs for all platforms, up on fabric beta. From what I understand, this is supported through the ext.betaDistributionApkFilePath attribute. I can define this either at the buildType level, or at the

Beta from Crashlytics fail to install build on testers' devices

大城市里の小女人 提交于 2019-12-09 07:23:11
问题 I'm sending my app to testers with Beta from Crashlytics which is an amazing tool to do app testing. I had every new tester's device UDID registered in my developer account and then distribute a new build. My testers got email invitation and accessed app's installation which could not be completed on their device. They kept seeing an alert showing up with message: Unable to download app - MyApp could not be installed at this time - Done / Retry Testers' testing status are " installed " in my

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