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
0 answers

iOS – Bundle version incorrect when being sent to analytics backend

I'm going to try and explain this in as simple a way as possible, but feel free to comment if I miss anything or forget to mention anything important. I'm currently developing an iOS app and I'm collecting analytics on the things that the users are…
Fares K. A.
  • 1,273
  • 5
  • 24
  • 47
1
vote
1 answer

Assembly is located at bad address - Android

I am distributing an android .apk file to a beta test group set using Hockey App. When a user clicks the "Open" button after the download and installation process, the application loads for less than a second and disappears like it has crashed. …
Michael Kniskern
  • 24,792
  • 68
  • 164
  • 231
1
vote
1 answer

Get a list of valuesd based on lookup selection in Google Spreadsheets

Hm. It's hard for me to write what I would like to accomplish. I would like to make gamereport in Google spreadsheet for our Hockey Tournament. I would like to have all players attending our tournament in one sheet. Name, Number and Club. On game…
gre2gor
  • 13
  • 3
1
vote
1 answer

Strategies for tracking down _objc_msgSend crashes inside dispatch_sync block

I'm receiving crash reports (via the excellent Hockey) indicating that I've got a memory problem in some code that's called inside a dispatch_sync block (or at least that's how I'm interpreting the crash report snippet below). I've not been able to…
1
vote
1 answer

play store vs hockey app crash reporting

Hockey app allows me to automatically pull crash reports; without the user explicitly sending the report each time. Does the play store do the same thing for my app? With hockey app, I have to use a function ( CrashManagerListener). How would I…
Cote Mounyo
  • 13,817
  • 23
  • 66
  • 87
0
votes
1 answer

How long a distributed build valid when share via hockey(App Center) or Fabric?

I mostly use either TestFairy or Diawi account to share my iOS builds to the clients. Diawi's shared build goes expire after a week, but Testfairy's builds stay valid so long. And I just start exploring the other way of both these, those are…
Krimi
  • 332
  • 1
  • 15
0
votes
0 answers

[Jenkins][Pipeline] Not able to upload APK to hockeyapp

I am planning to upload an APK to hockey app through Jenkins Pipeline. My upload is failing. Can anyone help me on this issue Trying to upload android APK with an error. def DEV_APK_PATH="APP/build/outputs/apk/mobileDevelopment/release/*.apk" def…
sukesh
  • 3
  • 1
  • 4
0
votes
1 answer

Missing Symbols on AppCenter for iOS

I've got a React native app and after migrating from HockeyApp to AppCenter I can't get Diagnostics on my iOS app on AppCenter because the symbols UUID required doesn't match with the one I uploaded and I don't know why. I did this to get the .dsym…
tinmarfrutos
  • 1,740
  • 1
  • 14
  • 23
0
votes
1 answer

Is it possible to include and initialize HockeyApp SDK only for specific flavors?

I have an Android application with several flavors, each one for a different environment. I wish to specify on which of these flavors the HockeyApp SDK is imported and initialized (or at least to be able to use it in all flavors except…
0
votes
1 answer

Need to tie application insights to hockeyapp app

I'm using hockeyapp on my Android application and I can't seem to tie in the application insights. The documentation says to set the application type of the application insights azure resource to "HockeyApp Bridge Application" but I don't see…
DamosCas
  • 23
  • 3
0
votes
1 answer

Deferred deep linking through 3rd party App Store like HockeyApp?

I am currently working on an iOS app that I first plan on releasing through HockeyApp (eventually I plan to move it to the iOS app store). I want to do deferred deep linking with my app using branch. Is it possible to do deep linking (to install the…
Slaknation
  • 2,124
  • 3
  • 23
  • 42
0
votes
1 answer

Swift HockeyApp: Custom crash log not shown on console

I am exploring uploading crash log to HockeyApp but the crash log are not showing up on HockeyApp's console panel. The format of the crash log is copied from their demo code on their website as such, with modification to Package and CrashReporter…
Koh
  • 2,687
  • 1
  • 22
  • 62
0
votes
0 answers

From a simplified development perspective, how does HockeyApp work? [not looking for feature list]

I'm currently looking into HockeyApp, and would like to know generally what it does from a development perspective and how. Unfortunately, I've only managed to find what boils down to advertisements listing features without detail of…
Seph Reed
  • 8,797
  • 11
  • 60
  • 125
0
votes
1 answer

With Visual Studio App Center (Hockeyapp?) can I have a user email me their crash log or identify themselves so I can find their specific crash?

Say a user is getting a really annoying crash and with their permission I want to help them and fix it. But also say I have a ton of other users also experiencing crashes so their specific crash is hard to…
Doug Smith
  • 29,668
  • 57
  • 204
  • 388
0
votes
1 answer

Understanding hockeyapp Crash report Stacktrace

I have an UWP app with c# that has linked In HockeyApp, I receive the crash report with a stack trace elements like this: MyNS.Controls.CheckInControlVM.<>c.b__63_0(SearchPeopleListItem) + 0x4 Is not clear form me what means:…
Juan Pablo Gomez
  • 5,203
  • 11
  • 55
  • 101