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

Microsoft appcenter and upload APK without integrating their SDK on Ionic 3 app

I can upload an APK to the hockey app. But I cannot see any such option on Microsoft appcenter. I need to upload Ionic 3 APK to there. But it seems I cannot do that without integrating their SDK with my Ionic 3 app. Do you know any method to…
Sampath
  • 63,341
  • 64
  • 307
  • 441
1
vote
0 answers

iOS enterprise application crashing on iOS 12

I have an Enterprise application hosted in HockeyApp. The app is signed with Enterprise certificate and provisioning profile. I checked the expiration dates of both. Those are not expired. When I am downloading the app in iOS 12, it crashes as soon…
chandvoid
  • 133
  • 1
  • 12
1
vote
1 answer

WPF User Tracking: Application Insight vs. HockeyApp or something else?

I want to track some basic information from my WPF application: which version do the users use how long do they use the application errors and how often some features are used ... all together with an unique user-id to distinguish the users in the…
Konrad
  • 4,329
  • 10
  • 54
  • 88
1
vote
1 answer

Get exception exact line number in Hockey App for UWP Application

I have UWP App associated with hockey app, in the crash analytics I am getting exception logs as Exception Type: System.NullReferenceException and it's also mentioning method name in which that exception was fired. Is there any way to get the…
Dishant
  • 1,545
  • 12
  • 29
1
vote
2 answers

HockeyApp update and crash popups have no text

I have HokeyApp integrated into my Android app and it has been working very well for us but recently both the popup prompting the user if they want to report a crash and the popup prompting the user if they would like to update are both just blank…
MaxB
  • 127
  • 12
1
vote
3 answers

Hockey app download via api

I'd like to ask, if it is possible to download a apk or ipa file using Hockey Api? I can get the download_url per app_versions api. But that url gives me a html web page as response. Is there any way to download the App with cUrl and co. Thanks!
Lian Shen
  • 46
  • 4
1
vote
2 answers

Getting this error while providing build path in Jenkins. I am configuring build deployment on Hockey app using Jenkins! How to resolve the issue?

Getting this error while providing build path in Jenkins. I am configuring build deployment on Hockey app using Jenkins! How to resolve the issue? Started by user Shrey Parashar Building in workspace…
1
vote
2 answers

Android wear packaging and distribution

I'm on my way to upgrade from Wear1.x to wear 2.x. Learnt that wear 2.x apps are no more embedded with companion phone app. So, I decided to generate a new apk for Android wear. Now, I have to test this wear apk release version. We use hockey app…
sha
  • 1,410
  • 2
  • 18
  • 37
1
vote
0 answers

App icon missing when installed via HockeyApp

I'm wondering, why Hockeyapp is not showing IOS app icon (splash screen works well) when installed via this platform ? Any ideas ? App installed via Xcode on real device, or any of emulators works as expected, but not when installed via…
Marek Brzeziński
  • 325
  • 1
  • 3
  • 13
1
vote
0 answers

iOS Hockey SDK not reporting crashes

I have installed hockey sdk on my native iOS application via cocoapods. I've installed the default sdk using: pod 'HockeySDK' In my appDelegete I added the following lines: BITHockeyManager.shared().configure(withIdentifier:…
denno
  • 129
  • 1
  • 4
  • 17
1
vote
1 answer

Push notifications on new hockeyapp builds for Android?

I'm running beta distribution through hockeyapp and versions are going and sending emails but I'm looking for a way to enable a push notification. The devices we're testing with aren't setup for email so after seeing the mail, testers still need to…
jiggy
  • 3,828
  • 1
  • 25
  • 40
1
vote
0 answers

Hockey App - behavior after feedback

I am in the process of testing out using HockeyApp to provide an integrated feedback mechanism for a new hybrid Cordova/Android app that I plan to get into beta soon. I have inserted a few Feedback buttons in the app which issue…
DroidOS
  • 8,530
  • 16
  • 99
  • 171
1
vote
0 answers

SIGSEGV when convertPoint:fromLayer: is called

My app relatively often crashes with SIGSEGV. Unfortunately, I can not reproduce the crash and only see crash reports in Hockeyapp. I tried turning zombies on, too. Looking at the crash report it seems that app crashes when processing touches (when…
Bobrovsky
  • 13,789
  • 19
  • 80
  • 130
1
vote
1 answer

Limitations of HockeyApp for iOS Enterprise App distribution

I was looking for platforms which can host over-the-air distribution of iOS enterprise App. I came to know about HockeyApp but I dont know the limitations. Can anyone clarify following points: Is there any trial period for free account? Is there…
Vineet Ravi
  • 1,457
  • 2
  • 12
  • 26
1
vote
1 answer

react-native app crashes when distributed

When running the app on a simulator (or on a connected iPhone), I have no trouble running the application. However when I archive the app in xcode (build succeeds) and distribute it using either HockeyApp or Fabric, the app installs just fine, but…
Michiel
  • 956
  • 2
  • 7
  • 19