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
0
votes
1 answer

hockeyapp throws exception on UWP in xamarin.forms application

I was using hockeyapp successfully in android and ios when I now try to use it uwp application on emulator and local win10 machine. It throws as exception for missing "…
Emil
  • 6,411
  • 7
  • 62
  • 112
0
votes
2 answers

Cannot install UWP app from hockey app

I'm doing an app using Xamarin.Forms and I've already deployed the Android and iOS version to HockeyApp but I have a problem with the UWP (Windows 10 version)... These are the steps I do: Right click on my UWP project Select "Store" option Select…
Eastrall
  • 7,609
  • 1
  • 16
  • 30
0
votes
2 answers

Why can't I upload the dSYM of my new app to HockeyApp?

After successfully uploading the app to iTunes, the upload of the dSYM to hockey is failing with the following message? Error when trying to upload ipa to HockeyApp: {"status"=>"error", "message"=>"Bundle version is blank or could not be parsed.…
Erik B
  • 40,889
  • 25
  • 119
  • 135
0
votes
2 answers

How to fill 'requests' in Application Insights Analytics from HockeyApp in Xamarin app?

I've just started using HockeyApp MetricsManager with Application Insigts Analytics on Azure. I managed to log customevents from my Xamarin App, but how can I log / trace requests? I saw this requests table on this video:…
0
votes
1 answer

How do we capture crash reports from AppStore builds?

We have been using HockeyApp for Alpha and Beta distribution and crash reporting. We are planning to submit the app to AppStore. We have created a new slot on HockeyApp with same bundle id as the AppStore build. And included the app ids and keys of…
Kartik
  • 1,506
  • 2
  • 17
  • 28
0
votes
1 answer

TraceWriter is inaccessible due to its protection level in HockeySDK.Xamarin v4.1.0?

I installed latest HockeySDK.Xamarin v4.1.0 on VS2015 using NuGet packager. But I got some error as shown. HockeyApp.Android.TraceWriter.Initialize(crashListener); ... CS0122 'TraceWriter' is inaccessible due to its protection level How do I fix…
Eric Chan
  • 1,192
  • 4
  • 16
  • 30
0
votes
0 answers

How to fix HockeyApp namespace error in Xamarin?

I built an old hockey App project using Xamarin. But I got some errors. CS0234 The type or namespace name 'CrashManagerListener' does not exist in the namespace 'HockeyApp' (are you missing an assembly reference?) CS0234 The type or namespace…
Eric Chan
  • 1,192
  • 4
  • 16
  • 30
0
votes
1 answer

The type or namespace name 'HockeyApp' could not be found?

My Xamarin Hockey project for Android has some error as shown: CS0246 The type or namespace name 'HockeyApp' could not be found (are you missing a using directive or an assembly reference?) ...\Helpers\CrashListener.cs 9 Active CS0246 The…
Eric Chan
  • 1,192
  • 4
  • 16
  • 30
0
votes
1 answer

SIGABRT error in Xamarin.Forms app

I have a Xamarin.Forms application that we are ready to deploy to production but I keep getting this SIGABRT error. I've setup a HockeyApp to monitor any crash that may occur. It seems that this error keeps on appearing crash or not. I've included…
0
votes
0 answers

How to implement custom event triger in a cordova project using hockeyapp

How to implement custom event trigger feature in my cordova app using hockeyapp. I already implement user feedback and crash report feature of hockeyapp. I am using the code for custom event is hockeyapp.trackEvent(null, null, "EVENT_NAME"); It is…
akashu
  • 31
  • 6
0
votes
0 answers

Write file transactional in UWP failes from time to time

made a Mindmapping app for UWP some month ago. The file handling is managed by the app: The files are auto saved The files are stored in the LocalFolder I use a queue for all file operations (See code) The files are saved transactional, see the…
SebastianStehle
  • 2,409
  • 1
  • 22
  • 32
0
votes
1 answer

Debugging Xamarin Android apps if I'm using VSTS hosted builds / HockeyApp

I have been developing a Xamarin Android app using Visual Studio Community 2015. So far, everything has been working well for debugging, as I simply build my app in VS, and connect my phone to my laptop and debug it using F5. Recently, I started…
JoeMjr2
  • 3,804
  • 4
  • 34
  • 62
0
votes
1 answer

Crash that only occurs via hockeyapp builds?

I am having an issue where a crash only occurs when the application is installed via HockeyApp, not via Xcode. This is the report I get from HockeyApp: *** Terminating app due to uncaught exception 'NSRangeException', reason: '-[__NSCFArray…
arcade16
  • 1,535
  • 4
  • 23
  • 45
0
votes
0 answers

Xamarin Android app working on Emulator failing on HockeyApp

Hi I am working on Xamarin Android app. It works fine on emulator but when I try to install it through Hockeyapp its crashes as soon as i open it. Can anyone help me ? I am not even sure what the issue could be?
TheDeveloper
  • 1,127
  • 1
  • 18
  • 55
0
votes
1 answer

Not getting crash details in hockey webportal (iOS)

I have integrated hockey sdk in my ios app and upload the dSYM.zip into the hockeyapp webportal. This is to get the crash reports from my application, but I could see the raw crash details not the class , method and exact crash reason in hockey…
Jayaraj
  • 261
  • 1
  • 2
  • 10