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

App Center. How launch creating a new one build via ps1 (PowerShell)?

If I created builds from Bitrise, I can launch builds via ps1. for example: $postParams = '{"hook_info":{"type":"bitrise","api_token":"AQKgU--wYxRIqpZqAkIJ1A"},"build_params":{"branch":"develop"}}' $result = Invoke-WebRequest -Uri…
0
votes
0 answers

Wpf Application Update threw Hockey.SDK

After integrating my application with HockeySDK. I wanted to test out the AsyncUpdate functionality, but getting the following error: After enabling msi logs via registry. I also get the following: === Verbose logging started: 2/23/2018 7:21:23 …
Patryk
  • 39
  • 7
0
votes
1 answer

How does Swap slot works in azure portal

We have two web APIs hosted on azure for staging and production. And we are consuming those APIs in mobile app where we provided which API should be used. Right Now we are testing with staging app with staging mobile app. If we do production app…
XamDev
  • 3,377
  • 12
  • 58
  • 97
0
votes
1 answer

Hockeyapp cURL API /new works but /upload doesn't

This works and uploads a new version to hockeyapp: curl \ -F "status=2" \ -F "notify=0" \ -F "bundle_version=version" \ -F "bundle_short_version=short_version" \ -F "ipa=path_to_apk" \ -H "X-HockeyAppToken: app_token" \ …
Roudi
  • 1,249
  • 2
  • 12
  • 26
0
votes
1 answer

Devops with Xamarin and hockeyapp

We are trying to implement devops with xamarin and hockeyapp. Basically we would like to automate the build process for all platforms(iOS,Android and Windows). When we have searched for this we can see that it goes with continuous delivery and…
0
votes
1 answer

Clear custom events from HockeyApp

Is it possible to clear/remove existing custom events for an app in HockeyApp? If so, how do I do this? Background: during integration of HockeyApp, I created some test events that I now wish to remove. The app isn't in production yet, so there is…
Ash
  • 1
  • 3
0
votes
0 answers

UWP app sideload on hockeyapp error: Unable to download JS Bundle

I've built UWP in react-native. When I run it on locale with react-native run-windows command app works fine. Now I've deployed it on Hockeyapp. When I download it on some other system and run there it throws error Unable to download JS Bundle…
Yogesh Devgun
  • 1,297
  • 1
  • 19
  • 36
0
votes
0 answers

Xamarin VSTS HockeyApp Parse Error

I get a parse error on my phone when I downloaded my Xamarin application from the HockeyApp. The HockeyApp receives the build from my VSTS build/release and Visual Studio App center. But, when I debug my app from Visual Studio on the same phone, my…
0
votes
1 answer

Post Custom Crashes from ASP.net mvc for hockey app doesn't work

We are working on a web service built with ASP .net MVC and now we want to send the crashes to Hockey app as mentioned in their website we should use their public API. I have followed all the instructions but when I try to send the log file from…
Motaz
  • 300
  • 1
  • 2
  • 17
0
votes
2 answers

UWP: crash report and events tracing

I've developed an UWP app for a client: as we encountered some bugs that I can't reproduce on my device, we've implemented a crash reporting solution. HockeyApp In a first time, I used HockeyApp like this to use crash…
0
votes
0 answers

UWP: optimize crash report with HockeyApp

I've developed an UWP app for a client: as we encountered some bugs that I can't reproduce on my device, we've implemented HockeyApp. The client wanted to gain time/money so I only used the basis crash…
Gold.strike
  • 1,269
  • 13
  • 47
0
votes
1 answer

View/query custom event in Azure application insights

I am using hockey application to distribute mobile application. I need to see their additional properties and it say I need to link with azure application insights. I have already done that. Inside there, I also saw my custom event with…
0
votes
1 answer

HockeyApp Crash Analytics - App Store and Play Store

I had a quick question about HockeyApp and it looks very confusing about distribution. If I prefer to integrate HockeyApp Analytics and distribute to the App Stores, will I see analytics and crash reports even though its not distributed using…
vivianaranha
  • 2,781
  • 6
  • 33
  • 47
0
votes
1 answer

Can't get HockeyApp working on iOS with Xamarin Forms

I try to use HockeyApp on a iOS project with xamarin forms. It's working fine on android, but I can't get it working on iOS. Here's my AppDelegate code for HockeyApp: var manager =…
Emmanuel Istace
  • 1,209
  • 2
  • 14
  • 32
0
votes
1 answer

Xamarin Insights Still Requires Subscription

Shortly after Microsoft's announcement that Xamarin would be free with Visual Studio, they announced Insights merge with HockeyApp. When I follow the Insights guide here: https://developer.xamarin.com/guides/insights/getting-started/ I only get to…
Kyle Burkett
  • 1,375
  • 12
  • 28