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

Xamarin.Forms Hockey App Error CrashManager.Register

Currently, I follow the documentation of Hockey App for Android but when I build the Solution, the Error shows as below Error."CrashManager does not contain a definition of Register"
Eng Soon Cheah
  • 257
  • 1
  • 10
  • 42
2
votes
1 answer

HockeyApp Event Metrics

How do I get more specific metrics from HockeyApp using Xamarin Forms? I am looking for performance metrics. I have a "LaunchEvent" event in my code that transmits time data to HockeyApp. I am only able to see how many times the event has fired and…
C Watson
  • 21
  • 1
2
votes
1 answer

bitrise step to fetch provisioning profile from apple / hockey

I'm deploying an iOS/Xamarin app to Hockey with Bitrise Is there a step or script anyone has written that will fetch the latest Hockey device id's, add them to the apple developers account, create a new provisioning profile, and download that to the…
Dean Marcussen
  • 597
  • 4
  • 15
2
votes
1 answer

iOS - I can't add new devices in HockeyApp

I have an app in HockeyApp that I can't add new devices to it. I added the UDID of the device to the provisioning profile and in HockeyApp. And after, when I already uploaded the app, the number of devices is the same! This issue occurs only when I…
Ricardo Anjos
  • 1,417
  • 18
  • 22
2
votes
0 answers

How to use HockeyAppSDK with Qt on Android

We use Qt and HockeyApp on various platforms, including Android. We make our deployment with the androiddeployqt tool. We can't figure out how to use the most recent HockeySDK-Android-4.0.1.aar file. In particular, the aar file includes various…
Mark
  • 51
  • 1
  • 5
2
votes
1 answer

Registering Xamarin Android project with HockeyApp Preseason nuget package OnPrepareOptionsMenu error

I am using the latest HockeyApp nuget package for xamarin to utilize Preseason. In the documentation for Preseason it states that I’ve got to put the following in my mainactivity for a native android application: MetricsManager.register(this,…
ArbiterUnknown
  • 113
  • 2
  • 13
2
votes
1 answer

How to get crash reports from store app with HockeyApp integration

I have created an App on www.hockeyapp.net manually which created an AppID for me. Also, I have integrated the HockeyApp sdk in my Android app and included the AppId i got from the manual creation on the HockeyApp. I have tried uploading the apk to…
hello world
  • 797
  • 1
  • 9
  • 31
2
votes
1 answer

iOS 9.1 Crashes App when Accessibility Inspector is On

I am using HockeyApp for crash reporting. I noticed a crash that is happening frequently and only with iOS 9.1. The crash occurs when a text field becomes the first responder which also triggers a UITableView delegate to be set. At first I…
jherg
  • 1,696
  • 2
  • 13
  • 15
2
votes
0 answers

Custom Dialog for Hockeyapp on Android

The Hockeyapp SDK for iOS allows to set a custom AlertView that is shown when Hockeyapp wants to send a crash. I was wondering if there is a similar way to do this on Android? I could not find a related method in hockey documentation that would…
Ben
  • 751
  • 7
  • 9
2
votes
3 answers

Distributing an app with HockeyApp

I was wondering: do I need an distribution certificate for my app, when I distribute it through HockeyApp? I can't find any information about this. Cheers.
Stefan
  • 434
  • 1
  • 5
  • 10
2
votes
1 answer

Jenkins compile error with XCode cocoapod

I'm trying to get Jenkins working with my ios project which uses Cocoapods. I'm getting an error ld: library not found for -lPods-HockeySDK clang: error: linker command failed with exit code 1 (use -v to see invocation) which I don't understand…
Matthew Chung
  • 1,322
  • 1
  • 19
  • 31
2
votes
1 answer

HockeyApp error bundle version does not match

I have a Jenkins job that uploads my iOS app to HockeyApp. I can see this error in my logs Error uploading to HockeyApp: {"status"=>"error", "message"=>"Bundle Version does not match. Expected value: 228 Actual value: 15"} But the app seems to be…
m.y
  • 691
  • 9
  • 21
2
votes
0 answers

JIRA Connect 1.2.1 imported as CocoaPod results in linker error for armv7

I'm trying to integrate both HockeyApp and JIRA Mobile Connect using CocoaPods, but linking fails for armv7. The CrashReporter framework seems to be in place but it complains about some PLCrashReporter symbol that can't be found for armv7…
2
votes
1 answer

Automatically update iOS app for beta testers?

How do I notify and/or force a beta tester to update their installed version if a newer version has been uploaded / distributed? Using either Crashlytics (aka Fabric.io) or HockeyApp, this should be possible. At the moment, I only see a way to do it…
thisjustin
  • 280
  • 1
  • 3
  • 18
2
votes
1 answer

Is it possible to see the output of cURL in the TravisCI console?

I am integrating HockeyApp with TravisCI, but when using the wrong HockeyApp Token value, I couldn't see any issue in the TravisCI console output. Running the CURL in Terminal quite clearly displayed the error: {"errors":{"credentials":["api token…
Gene Myers
  • 1,230
  • 1
  • 14
  • 31