crashlytics

Crashlytics / Fabric distribution of Watch-enabled iOS-App?

▼魔方 西西 提交于 2019-12-05 02:48:28
I sure am missing something obvious here - but no matter where I looked I found nothing to aid me here so I'll give it a try: I'm developing an (obj-c) app in wich I have integrated the Fabric / Crashlytics framework and wich I distribute to my testers via the fabulous Fabric-Site. That worked flawless for many, many versions. Now I have added AppleWatch-compatibility to my app via integration of WatchKit. All works fine. But distribution via Fabric to my beta-testers just won't work any more; The distributions site just states "You're all set for now. As soon as a new Build is ready..." and

Firebase Crashlytics not showing crash report in console dashboard swift

半腔热情 提交于 2019-12-04 23:00:57
I have setup all these steps and bundel id on Firesbase Dashboard and tried crash many times but not getting any report. pod 'Firebase/Core' pod 'Fabric', '~> 1.7.2' pod 'Crashlytics', '~> 3.9.3' In Build phase added run Script : "${PODS_ROOT}/Fabric/run" Debug Inforation Format : DWARF with dSYM File running in simulator with following steps (IBAction)crashButtonTapped:(id)sender { [[Crashlytics sharedInstance] crash]; } Click play_arrow Build and then run the current scheme in Xcode to build your app on a device or simulator. Click stop Stop running the scheme or action in Xcode to close the

Integrating Crashlytics to library project

你说的曾经没有我的故事 提交于 2019-12-04 22:56:18
I have a library project (a custom view library project) which doesn't have any Activities/services. I want to integrate Crashlytics SDK to my library. When I try to add it via Crashlytics plugin (the icon in toolbar) for Android Studio, it just stays on "Checking" for "Select a kit to install" . The question is how can I add Crashlytics to my Android library project? Best Regards You need an app module at the moment, even if your intention is to integrate Crashlytics only in your library. If what you only have is the library, there is no reasonable way of doing that, not officially yet at

Android Studio Debugger Application Crashes with InterruptedException

戏子无情 提交于 2019-12-04 22:22:53
While working today, it seemed as if suddenly I could no longer debug our application. The funny thing is, if I ran the app normally it would work just fine. To clarify, I was running the debugger all morning without incident (apart from the occasional glitch or crash). Then after lunch it began failing 100% of the time. Of course, I've been making changes all day, hence the "it seems" above. So, here are some relevant details: Android Studio 2.1.1 (April 28, 2016 build) This app starts up with a log in screen. The user must then authenticate with a username/password which calls out to an

Crashlytics Android Studio plugin fails to initialize

纵饮孤独 提交于 2019-12-04 22:14:16
I'm running Android Studio 0.5.1. I've downloaded the Crashlytics Android Studio plugin and installed it from the disc. When I restart Android Studio, I get the following exception Plugin 'com.crashlytics.tools.androidstudio' failed to initialize and will be disabled. Please restart Android Studio. java.lang.NoClassDefFoundError: org/osgi/framework/BundleActivator at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) at java.lang.ClassLoader.defineClass(ClassLoader.java:621) at java.lang.ClassLoader.defineClass(ClassLoader.java:471)

iOS apps external beta testing Apple restrictions

风流意气都作罢 提交于 2019-12-04 21:03:15
After reading numerous beta testing strategy guides for iOS I'm still confused about if it's permitted by Apple's Developer Program to distribute an app for external beta testing without getting it approved by them and using TestFlight. For example, is it allowed to create an AdHoc signed app and use a 3rd party tool (Crashlytics, HockeyApp, others) to beta distribute to external entities. External in this case meaning not within your organization. Within an organization, there are other means that can be used like Enterprise Distribution, which have no restrictions but are not allowed to be

How to export signed application package in eclipse with proguard and crashlytics?

走远了吗. 提交于 2019-12-04 20:53:12
The crashlytics knowledge base says : "When building for release with Eclipse, export your application to an APK using the “Export Crashlytics-enabled Android Application” exporter from the Eclipse export menu." But I couldn't find this option. Here's the link Any help would be appreciated. Thanks! Never mind I found it. It's in File-> Export and under the Android folder, there's a new "Export Crashlytics-enabled Android Application" option. Had a habit of exporting the other way so never looked here before. 来源: https://stackoverflow.com/questions/18156701/how-to-export-signed-application

Fabric/Crashlytics on Android - How to have two different crashlytics projects with the same package name?

蓝咒 提交于 2019-12-04 18:45:15
问题 I am developing an Android application and I want to have two different projects in Crashlytics / Fabric (debug and release). I know that this is possible by having two different package names, but in my case, the package name of these two build types have to be the same. Is there any possibility to have two crashlytics projects with the same package name? 回答1: Hello I also had same questions months ago and I solved it myself. Hope my answer will help you. You need 2 organizations with

How can I remove crashlytics from my iOS app?

谁说胖子不能爱 提交于 2019-12-04 17:29:55
问题 I need to remove crashlytics from my iOS app, as am using STTwitter API to get user's Twitter credentials from the phone. This used to work fine on my device, but now I can't get the credentials for some reason, after some digging I found that I can still get the credentials on the simulator and since crashlytics doesn't work with the simulator am sensing the problem is with it, specially that there's this badge on Fabric mac app which indicates that crashlytics needs to be updated but even