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
43
votes
3 answers

Curl not recognized as an internal or external command, operable program or batch file

I have installed curl and have set it as environment variable in my system. But when running the curl command its giving an error 'curl' is not recognized as an internal or external command, operable program or batch file.I tried restarting my…
Nevin Raj Victor
  • 2,924
  • 3
  • 23
  • 37
30
votes
4 answers

Best Practices for Error Logging and/or reporting for iPhone

When I do web development, I use a custom made logger that catches fatal errors and appends a trace to a file and displays a message to the user. I can occasionally glance to see if the file changed, which means, some user encountered an error and…
JJ Rohrer
  • 2,671
  • 5
  • 29
  • 37
28
votes
1 answer

Hockey vs. Testflight

We're trying to decide between these two services for an upcoming beta. The new TestFlight looks much improved but we are still concerned about 3 things: The user experience for testers (iTunes reviews of the TestFlight app imply this can be…
pabloDragon
  • 309
  • 1
  • 3
  • 3
17
votes
6 answers

Ad Hoc iOS .ipa file won't install for devices added to profile since iOS 7 came out

I have an iOS app that I've developing for a while. Initially there were around 8 devices in the iOS dev account, ad builds were prepared and distributed through Hockey App, no problems. Recently, we've added a bunch more devices, but for some…
7
votes
2 answers

What's a good setup for React Native crash reporting?

I'm seeing that getSentry has crash reporting for React Native now: https://docs.getsentry.com/hosted/clients/javascript/integrations/react-native/ I like them because they do a good job correlating exceptions with your source maps. But I also want…
faceyspacey.com
  • 2,510
  • 2
  • 20
  • 29
6
votes
1 answer

HockeyApp: Install dialog doesn't show

I'm using HockeyApp to distribute my app among some testers. It worked fine but since a couple of version, they are not able to install the app as they used to. They don't get this prompt: Did anyone face the same problem?
gmoraleda
  • 1,731
  • 1
  • 17
  • 44
6
votes
1 answer

Xamarin.Forms + HockeyApp - auto submit crash reports

I am trying to enable automatic (no user prompt) submission of hockey app crash reports on Xamarin.Forms (Android and iOS): I have this for Android in MainActivity.cs: var customCrashListener = new CustomCrashListener(); CrashManager.Register(this,…
ethane
  • 2,329
  • 3
  • 22
  • 33
6
votes
2 answers

Fastlane: There does not seem to be a CURRENT_PROJECT_VERSION key set for this project

I were following this website guide on setting up fastlane with hockeyapp but I encountered error :BUILD_NUMBER=>"There does not seem to be a CURRENT_PROJECT_VERSION key set for this project. Add this key to your target's expert build…
shoujo_sm
  • 3,173
  • 4
  • 37
  • 60
6
votes
1 answer

Crash Firebase vs Crashlytics vs HockyApp

I've been using Crashlytics in application, our client using HockeyApp, and I came to know by the recent updates to Google Firebase. Has anyone had a chance to use above tools, what are your overview and suggestion? Did you like one over the…
ravivlb
  • 191
  • 1
  • 8
6
votes
1 answer

Enable proguard in flavor

I'm using TeamCity to build version of application and upload it to HockeyApp. I want to enable proguard only on specific flavor and when building is on teamcity and uploading on HockeyApp, is it possible? Right now I defined variable in gradle…
falsetto
  • 789
  • 2
  • 11
  • 35
5
votes
1 answer

Can't install Helper, "Puck", from HockeyApp for Mac

Using High Sierra on a Mac, I am unable to install Puck from HockeyApp for Mac (version 2.0.21) with the provided instructions. When I choose "Install" from the "Preferences -> General" tab, the button turns gray, or disabled, I am prompted for my…
MalcLear
  • 1,124
  • 1
  • 10
  • 21
5
votes
1 answer

uwp app (.net native) and unhandled exception

I created uwp app(.Net native) for Windows 10 desktop. I use HockeyApp for collect live crash reports. Stack trace not informative. This is a long-standing problem and it does not have a solution. I tried this but it not working. I get these…
FetFrumos
  • 5,388
  • 8
  • 60
  • 98
5
votes
1 answer

Custom Data for Custom Events in HockeyApp

Context: HockeyApp can track custom events which is a feature that is currently available via the Preseason program. There are limitations to custom events including a limit of 300 unique event names per app per week. An event can be tracked by…
5
votes
1 answer

Swift: Selector name found in current argument registers: release

I am getting a crash log that I can't repro with the message: "Selector name found in current argument registers: release" I cannot figure out what this means and googling, has not given me any good answers. It is labeled as Exception Type: …
schlaegerz
  • 377
  • 2
  • 12
5
votes
4 answers

can I force user to update my app using hockeyapp?

I've got an iOS app. Currently it's being distributed to tester users. I'm about ready to publish the app to the Appstore. I'm interested in a case where there is a newer version of the app in the Appstore. Does hockeyapp have any built-in…
vondip
  • 13,809
  • 27
  • 100
  • 156
1
2 3
19 20