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

Configure Jenkins Hockeyapp plugin via Groovy script

I'm trying to configure the Hockeyapp plugin for Jenkins to take an API token from an environment variable. So far, I've manage to get something that works for the initial load of Jenkins, setting the API token, but if I change the environment…
MunkyJunky
  • 379
  • 4
  • 14
0
votes
0 answers

exception `[NSURL isAdtechEvent]: unrecognized selector sent to instance` when removing HockeySDK

I want to replace HockeyApp SDK with App Center SDK. But when I remove the following line of code var manager = BITHockeyManager.SharedHockeyManager; the following unhandled exception occurs on startup: [NSURL isAdtechEvent]: unrecognized selector…
0
votes
1 answer

XamarinForms APK won't install - App not installed

We have two apps which are deployed using HockeyApp (Ad Hoc deployment). After recent updates on my Mac (iOS & Visual Studio Community) I can't install them on Android devices (deployment to iOS devices steill works fine). I have a message "App not…
dpc46
  • 185
  • 4
  • 18
0
votes
0 answers

App crashes when using Hockey SDK in Xamarin iOS

I am getting a crash on navigating to one of the view controllers when using Hockey SDK in Xamarin iOS. This is the exception which I am receiving from hockey crash log: *** Terminating app due to uncaught exception 'NSRangeException', reason:…
subin272
  • 733
  • 6
  • 24
0
votes
1 answer

Are these the symbols files?

I am developing windows store apps. I know that I should upload symbol files to hockey dashboard for better diagnosing of bugs for my app. The symbol files are in my Microsoft's developer dashboard's app's current package section. My doubt is,…
Mg Bhadurudeen
  • 1,140
  • 1
  • 12
  • 24
0
votes
1 answer

How to upload android react-native app to hockeyapp

How do I build the react-native app so I can test it in hockeyapp without being connected? I'm using react-native-hockeyapp and successfully built the app, which listed it on hockeyapp, but now with the hockeyapp changes: It does not run on a…
pashute
  • 3,965
  • 3
  • 38
  • 65
0
votes
1 answer

How to extract Insights for a particular user in App Center/Hockey App

I currently have a Xamanin Native mobile application and deployed in Hockey App. I have a new requirement to track user activities in the application. I can actually track a few overall details like the number of new users, crashes etc through…
Joe 89
  • 850
  • 1
  • 12
  • 30
0
votes
1 answer

Upload ipa to hockeyapp via shell script in jenkins

I am writing following shell script for uploading .ipa to hockey app using jenkins. curl \ -F "status=2" \ -F "notify=1" \ -F "notes=Testing manual upload using cURL" \ -F "notes_type=0" \ -F…
pkc456
  • 8,350
  • 38
  • 53
  • 109
0
votes
1 answer

Error while uploading ipa to hockeyapp via jenkins

I am working with jenkins for auto deployment of iOS app via hockey app. I am successful in creating the .ipa file. In the post-buid action at jenkin, I set up the API Token, App File and other setting. Please look into the attached image for more…
pkc456
  • 8,350
  • 38
  • 53
  • 109
0
votes
1 answer

How to add addtional information to hockeyapp (appcenter) crash report in Xamarin?

I'm following the article https://support.hockeyapp.net/kb/client-integration-cross-platform/how-to-integrate-hockeyapp-with-xamarin trying to add some more information into hockeyapp's crash data. Collect crash reports: If your app crashes, a…
Felix
  • 2,673
  • 3
  • 30
  • 38
0
votes
0 answers

Hockeyapp and Cocapods - app crashes

I'm using Nativescript version 4.0 and i see again that, if i've use any plugin that is build with cocapods, when app is installed via Hockeyapp, will crash when navigating to this view. This is not happening on my local builds, on emulators or…
Marek Brzeziński
  • 325
  • 1
  • 3
  • 13
0
votes
0 answers

logout feedback user in HockeyApp

I can't figure out how to log out a user that has been logged in in the feedback feature of hockeyapp. I have read through the documentation, but I must have missed it. The feedback feature is initiated…
Daniel
  • 20,420
  • 10
  • 92
  • 149
0
votes
0 answers

Build Failed due to Lexical or Preprocessor issue

I have a project which requires the Hockey framework. I have downloaded this project from the internet. However when I tried to clean + build the project. This message shows up. screenshot I don't know why I still got the error. I made sure that the…
Gems
  • 13
  • 4
0
votes
1 answer

Exceptions not flowing through HockeyApp bridge to Application Insights

We are trying to find a centralized exception logging solution for our line-of-business UWP app. After some research, we have decided to try HockeyApp, since it has a UWP SDK and a TrackException() method. We were hoping to view data in Azure by…
NSouth
  • 5,067
  • 7
  • 48
  • 83
0
votes
1 answer

What are the drawbacks of not registering device using Hockeyapp?

I notice that when our users receive the automated invite from HockeyApp to install a new corporate app we've provisioned for them, they first create a HockeyApp account and afterwards, they have an option to "Register Device" (which also requires…
Post Impatica
  • 14,999
  • 9
  • 67
  • 78