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

How to let Hockeyapp collect Crash Reports of a Service?

I added the HockeyApp SDK to my Android App. This works as expected, and I also get crash reports of the main activity and the associated classes. However, I did not figure out how I will get crash reports of the [in my case started & bound]…
lambruscoAcido
  • 548
  • 4
  • 17
0
votes
2 answers

Ad-Hoc Deployment Crashing on Load

I'm attempting to distribute an iOS 7.1 app using HockeyApp. The app works perfectly well in XCode on development devices that are attached to the computer but the app crashes on load when running from an over-the-air install from Hockey. Here's the…
Max Woolf
  • 3,988
  • 1
  • 26
  • 39
0
votes
1 answer

Unexpectedly Quit Alert in iPhone sdk?

When I launch the my app sometimes I am getting the Device Alert as MyApp Unexpectedly Quit, Would you like to send report so we can fix the problem?: I have integrated HockeyApp for getting crash reports. Anyone suggest me, how can I resolve this.
Monish Kumar
  • 2,788
  • 4
  • 38
  • 54
0
votes
1 answer

Upload HockeyApp version using Gradle for iOS

I am trying to automatice the versions uploading to hockey app. Recently I found a gradle plugin for xCode (http://openbakery.org/gradle.php) but I can't make it work... This is my build.gradle file: buildscript { repositories { maven { …
Andrés Brun
  • 185
  • 9
0
votes
1 answer

HockeyApp crash report

I have an app with HockeyApp integrated for crash reporting. yesterday i have recieved a crash report stated below. Incident Identifier: B797B4D3-EA8D-4226-8B0E-11149ADC20B7 CrashReporter Key: 55E9EBD1-9990-44EF-98E8-C0A000955CED Hardware Model:…
Ali Sufyan
  • 2,038
  • 3
  • 17
  • 27
0
votes
2 answers

How to solve this error "CoreText/CTParagraphStyle.h" file is not found?

I am new to iOS. For find the crash reports I am using Hockey app. I followed the same procedure in the given site "http://support.hockeyapp.net/kb/client-integration/hockeyapp-for-ios". But i got that error. Anybody can explain what is meaning of…
-1
votes
1 answer

How can I trigger update without user interaction and update view hockey sdk ios?

I have a requirement to trigger update automatically for enterprise app without user interaction can you please help me.
Uma_Shanker_Tiwari
  • 453
  • 1
  • 3
  • 16
-1
votes
1 answer

Can Instabug and HockeyApp run simultaneously within an iOS/Android App

The Title states the question. Wondering if these two crash reporting software entities are able to run simultaneously.
KING
  • 938
  • 8
  • 26
-1
votes
1 answer

How add track events before a navigation occurs with Prism Xamarin Forms?

I need help. I need to add track events in Hockeyapp before a navigation occurs with Prism Xamarin Forms, could anyone help me in an implementation with Prims in an elegant way? Thank you.
-2
votes
2 answers

How to create a binary from a monogame project

I'm making a simple Pong game on a Mac using Xamarin and Monogame, however I can`t find a way to export into a binary such as a .exe or a .app. Can it be done?
Brobz
  • 1
  • 1
  • 1
  • 2
-3
votes
1 answer

Hockeyapp - Please make sure that the versionCode is 1 or higher

Trying to upload a Xamarin build to Hockeyapp I get this error.
Post Impatica
  • 14,999
  • 9
  • 67
  • 78
1 2 3
19
20