crashlytics-beta

Unable to integrate crashlytics in eclipse with ADT

…衆ロ難τιáo~ 提交于 2019-12-06 01:43:41
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(missing) ../kit-libs/com-crashlytics-sdk-android_answers/bin(missing) ../kit-libs/io-fabric-sdk-android

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

爷,独闯天下 提交于 2019-12-05 14:27:16
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 this. Mike from Fabric here. There is not a way to disable that notification currently on a per version

How to import only selected native library ABIs from AAR?

你说的曾经没有我的故事 提交于 2019-12-03 14:38:08
问题 I have a bit unusual problem - my Android app contains native libs and I build native libs for armeabi-v7a and x86. However, now I need to integrate a third party library into my app which also contains native libraries (third party library is Crashlytics which I included via Maven from my build.gradle.). The problem is that third party library's AAR provides all arhitectures (armeabi, arm64-v8a, armeabi-v7a, mips, mips64, x86 and x86_64) and my app only supports armeabi-v7a and x86 (arm64

Fabric Beta and APK splits

◇◆丶佛笑我妖孽 提交于 2019-12-03 13:18:36
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 flavor level. The problem is I need both build type and flavor to pick up my variant - something like

Beta from Crashlytics fail to install build on testers' devices

半城伤御伤魂 提交于 2019-12-03 09:18:51
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 Crashlytics dashboard but they're actually not able to finish installation. Please help me find any

Crashlytics - how can I delete builds/versions?

核能气质少年 提交于 2019-12-03 04:41:07
问题 I want to delete 2 of the builds/versions from the Crashlytics dashboard — they were uploaded with the wrong version number and it's creating havoc in the testing process. I would prefer to completely and totally remove them from Crashlytics. 回答1: Alex from Fabric here. If you want to archive a version of your app, head to: https://fabric.io/settings/apps Then select your app, click on the Versions tab, and disable any versions you no longer need. You can't technically delete an app, because

How to import only selected native library ABIs from AAR?

烈酒焚心 提交于 2019-12-03 04:24:32
I have a bit unusual problem - my Android app contains native libs and I build native libs for armeabi-v7a and x86. However, now I need to integrate a third party library into my app which also contains native libraries (third party library is Crashlytics which I included via Maven from my build.gradle.). The problem is that third party library's AAR provides all arhitectures (armeabi, arm64-v8a, armeabi-v7a, mips, mips64, x86 and x86_64) and my app only supports armeabi-v7a and x86 (arm64-v8a is planned for near future), so when final apk is built it contains 3rd party library's all ABI's and

Crashlytics - how can I delete builds/versions?

依然范特西╮ 提交于 2019-12-02 17:49:34
I want to delete 2 of the builds/versions from the Crashlytics dashboard — they were uploaded with the wrong version number and it's creating havoc in the testing process. I would prefer to completely and totally remove them from Crashlytics. Alexizamerican Alex from Fabric here. If you want to archive a version of your app, head to: https://fabric.io/settings/apps Then select your app, click on the Versions tab, and disable any versions you no longer need. You can't technically delete an app, because maybe someone has downloaded it and you want to still receive its crash reports. Hence you