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
1
vote
1 answer

iOS app saved data lost after updating

I have an iPhone app that I developed with Xamarin and am publishing on HockeyApp. Whenever I put a new version of the app on HockeyApp and someone updates their current installation on their phone, they lose the saved data. Is there any way to…
Drake
  • 2,679
  • 4
  • 45
  • 88
1
vote
1 answer

Upload zip to hockeyapp with VSTS fails

Outline: when uploading a generated zip file to hockeyapp, the step fails with nothing in the log. In VSTS I have this build setup The build step look like this The arguments sent to msbuild is /p:AppxBundlePlatforms="$(BuildPlatform)"…
mslot
  • 4,959
  • 9
  • 44
  • 76
1
vote
1 answer

Can I attach the username to crash reports on Hockey App?

I am currently integrating HockeyApp into my IOS project on Xamarin and I would like to be able to attach the username to the crash reports but I cant figure out how .Is it even possible ?
Hannah
  • 67
  • 6
1
vote
3 answers

Stopping HockeyApp crashing my Xamarin iOS app with UnobservedTaskException

We have a Xamarin iOS application that sits on top of a heavily async PCL library. There is a chance that occasionally a Task will fault in the library and not be observed. We have, therefore, wired up the UnobservedTaskException handler on the…
Richard Blewett
  • 6,089
  • 1
  • 18
  • 23
1
vote
1 answer

Crash in line where should be not crash in Swift ("if, let, where" statement)

I've been struggling with a very weird crash that should not happen at all. I receive the crash report via Hockeyapp, it keeps reporting a crash in a line that the app should not crash at all. I've been facing this problem for already 1 week. This…
Adrián Rivero
  • 161
  • 1
  • 9
1
vote
1 answer

Hockey app did crash on last session

I'm using this function to detect if the app did crashed on last session, but in always returns the same result, no matter how and where i put "fatalError", or any other errors. What i'm doing wrong? private func didCrashInLastSessionOnStartup()…
Alexey Kuznetsov
  • 159
  • 1
  • 13
1
vote
0 answers

ReactiveCocoa Swift crash

I have a weird crash in Hockeyapp for my application Thread 0 Crashed: 0 Tricount 0x00000001001f51d8 View.BalancesInteractor.balancesInfo.getter : View.BalanceInfoModel (BalancesInteractor.swift:22) 1 Tricount …
Erdem Inan
  • 41
  • 3
1
vote
2 answers

HockeySDK Warning - How to test crash reporting?

I got this warning when running my application with HockeyApp integration: [HockeySDK] WARNING: Detecting crashes is NOT enabled due to running the app with a debugger attached. Crash reports are not sent and no alert is displayed when opening the…
Hardik Baldha
  • 159
  • 1
  • 14
1
vote
0 answers

System.MissingMethodException: Method 'Array.Empty' not found with MvvmCross on Xamarin.Android

I have an application that is working fine in Debug / Release mode but, as soon as I try to deploy it via HockeyApp and VSTS, I get the following error on startup: System.MissingMethodException: Method 'Array.Empty' not found. at…
1
vote
1 answer

How to send custom error report from application to Hockey

How can i send custom error report from Xamarin forms application to Hockey? I am able to get crash reports through hockey sdk integration. I want to handle exceptions and send custom messages to hockey. I tried sending reports by this…
TutuGeorge
  • 1,972
  • 2
  • 22
  • 42
1
vote
1 answer

React native deploy new native app only when native code has changed, and deploy through codepush and apphub for changes in javascript

I have a react native application I want to deploy to hockeyapp, app store, and play when the native code has changed, and I want to deploy through CodePush or AppHub when only JS has changed. What is the best way to achieve this?
Kenneth Lynne
  • 15,461
  • 12
  • 63
  • 79
1
vote
1 answer

Xamarin iOS HockeyApp best practice setup?

I'm attempting to get HockeyApp to work in my iOS Xamarin Forms app. I installed the iOS HockeyApp component (v4.1.0), and the getting started information for shows the following: public override bool FinishedLaunching(UIApplication application,…
Josh Russo
  • 3,080
  • 2
  • 41
  • 62
1
vote
0 answers

Hockey App Wpf Integration

We have integrated the Hockey App in our wpf project as mentioned here. For testing, I am throwing an exception in the client application and when I open the application next time, it shows a Yes/No message but even after selecting Yes I don't see…
Pravin Patil
  • 418
  • 5
  • 23
1
vote
1 answer

Linking failed when using Hockey SDK in Xamarin IOS App

I have a Xamarin.forms app. In the iOS project I installed the HockeyApp package from here and followed the samples here by adding the following code in my AppDelegate.cs: public override bool FinishedLaunching (UIApplication app, NSDictionary…
Norman
  • 3,279
  • 3
  • 25
  • 42
1
vote
1 answer

How to get HockeyApp user email/id from within iOS app?

I have my HockeyApp users authenticating with their email address, as described in the HockeyApp documentation. How can I get the user's email (or ID, or name) from within the app? There are properties which would seem to hold these values, but…
Stan James
  • 2,535
  • 1
  • 28
  • 35