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
0 answers

Hockey App - User Metrics stopped working (iOS and Android)

I have two HockeyApp apps: 1 for iOS (Store) 1 for Android (Store) When I first created them a month ago everything was working OK, the user metrics and the custom events were there. Currently none of the information is being logged to Hockey App…
Luis de Haro
  • 711
  • 1
  • 7
  • 28
0
votes
1 answer

Hockey Upload error: Invoke-RestMethod : The underlying connection was closed: Could not establish

I am trying to upload the appx to hockey app using PowerShell script. When I run the PowerShell script getting below error: Invoke-RestMethod : The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure…
Ankush Butole
  • 151
  • 13
0
votes
1 answer

UWP and HockeyApp crash reporting: Crash reports are not meaningful at all

I've integrated HockeyApp in my UWP application and put a NotImplementedException on a button click just for testing purpose. What I'm seeing in hockey is the following Exception…
mbob
  • 590
  • 1
  • 4
  • 22
0
votes
1 answer

App is getting crashed when I update app through UpdateManager using hockeyapp

My android app is getting crashed while I update the app through hockeyapp UpdateManager. Here is my update code: private void checkForUpdates() { // Remove this for store builds! UpdateManager.register(this,…
Furqan
  • 787
  • 2
  • 13
  • 28
0
votes
1 answer

What to do with handled exceptions in xamarin forms project?

I was using Xamarin Insights until recently. I removed it from my project because it increases start up time and app size significantly. So I was left with 2 options Hockeyapp and Mobile Center from Microsoft. Problem with these 2 is that they dont…
0
votes
1 answer

How to include commit messages as changelog in HockeyApp?

It would be useful for us to include what commits are included in the latest version compared to the previously uploaded one. We use TeamCity to build and a step is to upload to HockeyApp, however I'm not sure how we can add the mentioned part.
Artemix
  • 8,497
  • 14
  • 48
  • 75
0
votes
1 answer

HockeyApp Xamarin.Android CrashManager Description

I have 2 activities, activity A and activity B. In both activities I have registered the crash manager like this: CrashManager.Register(this, MyID, new CustomCrashManagerListener()); Where in CustomCrashManager I have override the get Description…
Hadi Al Tinawi
  • 429
  • 7
  • 22
0
votes
1 answer

HockeyApp UWP doens't log anymore

In December I updated the Nuget to newest version. Since then it stopped logging. I configure it still the same with this line: HockeyClient.Current.Configure(ServiceConstants.HOCKEY_APP_WINDOWS_ID); Do I miss something?
NPadrutt
  • 3,619
  • 5
  • 24
  • 60
0
votes
1 answer

How to migrate the Nevercode build from one app to another on Hockeyapp?

I've two apps in hockeyapp dashboard. One is the old version and second new. After build on Nevercode service the SDS mobile (second on screenshot) get update. My question is, how to migrate the build from SDS mobile app to app-msds…
0
votes
0 answers

Selector name found in current argument registers: retain

This crash seems to be happening daily, but I can't make it happened, and HockeyApp do not display any useful data. crash log crash load part 2
0
votes
1 answer

puck: command not found

I am uploading ipa from post trigger of Xcode Server to HockeyApp. I used puck command puck -force=true -submit=auto -api_token=$TOKEN -app_id=$ID "$XCS_ARCHIVE" This command works fine on terminal but It shows error 'puck: command not found' when…
iBeginner
  • 241
  • 1
  • 2
  • 8
0
votes
0 answers

uwp app and unhandled exception

I created a Universal Windows Platform app for Windows 10 desktop. I'm using HockeyApp for logging my events and exceptions. I uploaded pdb symbols to my HockeyApp account. I got an unhandled exception, this is the…
FetFrumos
  • 5,388
  • 8
  • 60
  • 98
0
votes
1 answer

Hockey App Integration with IOS

I am trying to integrate Hockey app with IOS. I am using Xamarin forms. The intergration with Android works fine. But as per documentation, I ahave added these lines to AppDelegates.cs var manager = BITHockeyManager.SharedHockeyManager; …
Coder77
  • 75
  • 2
0
votes
1 answer

Are the log levels for HockeyApp the same for both Android and iOS?

I'm trying to create a common settings file in Xamarin that will be used by both Android and iOS apps. In this shared settings file I wanted to have a property called int HockeyAppLogLevel that I can use in both projects. I need to know if the log…
Michael
  • 308
  • 3
  • 12
0
votes
1 answer

How to configure hockey app in portable for uwp?

I have a UWP windows 10 application and I have used MVVM in the project. All the ViewModels are present in the portable project. How do I configure the hockey app in portable for UWP windows 10 application? Thanks in advance.
Ankit Kumar
  • 397
  • 2
  • 11
  • 21