Questions tagged [hockeyapp]

HockeyApp is a cloud-hosted solution for the collection of real-time crash reports and user feedback, as well as beta app distribution for iOS and Android.

HockeyApp is a way to

  • Collect beta and production crash reports
  • Get feedback from users
  • Distribute beta builds to testers

HockeyApp offers one of the most reliable and complete crash reporting for beta and App Store versions using open source frameworks. Providing full server-side symbolization with class names, methods, line numbers, and automatic grouping of similar crash reports.

Crash reports appear in real-time with fully symbolicated stack traces. Crash reports can be sent automatically or with user interaction, add custom meta data or log files, and inspect the SDK's code for further customization and security audits.

HockeyApp comes in a form of open source SDK and supports , , , or .

You should use this tag if your question is related to the use of HockeyApp or any services provided by this platform.

296 questions
1
vote
2 answers

Build fail with the COMPILETODALVIK error in TFS but it build properly in my local machine

I have implemented the continuous integration of xamarin.form project with TFS. I am using "Hosted VS2017" as agent queue. Since few days I am facing one issue, my code builds successfully on my machine but not in TFS. Nuget restores successfully…
RMR
  • 599
  • 3
  • 12
  • 35
1
vote
2 answers

Can an android version code start with 0 if it is greater than 1?

I am writing an app in Xamarin Forms and trying to upload an APK to HockeyApp. It is telling me that my version code must be 1 or higher. Is android:versionCode="023" valid, or does it have to start with a non-zero integer? I want something that…
user3096803
1
vote
1 answer

Cannot build app if add both HockeyApp and MobileCenter pods

I've tried adding Azure Mobile Center to a project that already uses HockeyApp for crash reporting (and distribution). Here is the Podfile: use_frameworks! target "MyApp" do pod 'HockeySDK', '3.8.5' pod 'MobileCenter' ...and some other…
Jon Cox
  • 10,622
  • 22
  • 78
  • 123
1
vote
3 answers

How to get Analytics from xamarin.forms application efficiently

I am checking my options for getting user analytics and metrics for Xamarin.Forms application. Hockeyapp, Application insight, Visual Studio App Center etc are top providers but I am skeptical to use them. I cant find any information how do they…
1
vote
1 answer

How to symbolicate crash report using .pdb file

I've a crash report. It's not symbolicated. I've .pdb file, source code and the package, is there any way to turn this stack trace to meaningful method names using .pdb file? Exception…
Blendester
  • 1,583
  • 4
  • 19
  • 43
1
vote
1 answer

404 error when trying to upload crash to hockeyapp

I'm trying to upload crash manually to HockeyApp using public API. When calling the api link using Postman and uploading crash.log file it works fine but when I try to do the same from C# code I get 404 error. Here is my code: string log = "";…
Brazol
  • 435
  • 1
  • 6
  • 17
1
vote
0 answers

crash from aar-library neither showing in Developer console nor HockeyApp after publishing

in our App we're using a native library packaged as an .aar and HockeyApp for error reporting. The .aar-code draws information on a SurfaceFragment, the rest of the Application uses standard Android libraries. After publishing the app to Google…
1
vote
0 answers

Hockeyapp send handled error from os x

I'm using Hockey app for crash reports for my mac osx application (xamarin.mac). I need to send handled error message (or stacktrace) from the application. I found solution for android with sending feedback programmatically, but when I look at…
Nininea
  • 2,671
  • 6
  • 31
  • 57
1
vote
0 answers

Hockeyapp for Xamarin.mac application

I have wrote binding library for mac osx, (using HockeySDK.framework). Here is how my ApiDefinition.cs is looks like : [BaseType (typeof (NSObject))] interface BITHockeyManager { [Static, Export ("sharedHockeyManager")] …
Nininea
  • 2,671
  • 6
  • 31
  • 57
1
vote
0 answers

How can I take a screenshot (or video) of a rendered Xamarin Forms application?

I need to quickly, and on demand, render a Xamarin forms content page, and take a screenshot of this. The device I'm taking a screenshot of must be able to render custom dimensions, and ideally honor the device type (Android, iOS, Windows). What…
1
vote
1 answer

Testing MDM with services like TestFlight and Hockeyapp (iOS)

I have an application which uses MDM and gets installed via a typical set of steps: get the portal app, run it and enroll the device, then install apps via MDM. As part of this, the MDM config data is put into NSUserDefaults which tells the app it…
Locksleyu
  • 5,192
  • 8
  • 52
  • 77
1
vote
1 answer

hockeyapp in ionic 2

I'm trying to make the Cordova plugin for HockeyApp work in my ionic 2 project. It doesn't seem to work with typescript so I found a typescript definition to add here: https://github.com/bitstadium/HockeySDK-Cordova/issues/47 (the comment by…
Nattis
  • 11
  • 3
1
vote
0 answers

HockeyApp.Xamarin breaks Android build

Right after adding the HockeyApp.Xamarin package to my Android application in Xamarin my build no longer works because some Resource Ids are incorrect. I have reverted the changes and the build works again. I add HockeyApp.Xamarin package again and…
Michael
  • 308
  • 3
  • 12
1
vote
1 answer

Locate .ipa with FAKE script after TeamCity build (Xamarin.iOS Ad-Hoc)

I am trying to setup a CI build for my Xamarin.iOS application using TeamCity and FAKE and upload the result (.ipa file) to HockeyApp. I am running in a small problem. I managed to trigger the FAKE build script from TeamCity and also build my…
Maurits van Beusekom
  • 5,579
  • 3
  • 21
  • 35
1
vote
0 answers

Crash Reporting Tools Privacy Concerns

We are wanting to integrate a crash reporting SDK such as Crashlytics or Hockeyapp into an iOS and Android app for one of our clients. The client wants to confirm if there is anything extra that should be including in the app's privacy policy…
TJH
  • 766
  • 2
  • 9
  • 21