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

Upload to HockeyApp from Jenkins

I have hosted and running builds in jenkins using AWS ubuntu machine. I want to upload the build once the build is generated in the post build process. I added HockeyApp plugin in the jenkins and created an API token with full access after signing…
Emjey
  • 2,038
  • 3
  • 18
  • 33
0
votes
1 answer

How to attach email to crash logs on HockeyApp

How can I attach the login information(only E-mail ID) in the crash logs for my UWP application on HockeyApp. I wish to do this so that I can associate the user information of the testers of my application.
Pulkit Mehta
  • 109
  • 2
  • 9
0
votes
1 answer

How to use Bitrise build message when deploying to HockeyApp

How can I use the Bitrise build message (look at the image bellow) as a message when deploying to HockeyApp?
Todor Kostov
  • 1,789
  • 1
  • 13
  • 20
0
votes
1 answer

Missing dSYM after uploading to App Center

I am using latest fastlane (2.114) and appcenter plugin. During the build I see this in the log: Binary uploaded .. dSYM uploaded I do not know how to verify if dSYM is actually uploaded to App Center, but in the Hockeyapp I do see the build, but…
Bobrovsky
  • 13,789
  • 19
  • 80
  • 130
0
votes
1 answer

How to attach user data to hockey app crash log (HockeySDK for Unity / Android)

I am using (HockeySDK for Unity / Android) in my game and i want to add user id to crash log, so i can filter crash logs by user_string in hockey app. For that i derived from HockeyAppAndroid and override method GetLogHeaders using…
Sektor
  • 136
  • 8
0
votes
1 answer

How to we get app download link in Hockey App for iOS

Basically I was looking for Private Store for in-house App distribution. I came across Diawi and Hockey app. Diawi was pretty much strait forward but I got stuck with Hockey as I am not able figure out how to get the download url link over hockey…
Saurabh Bisht
  • 389
  • 1
  • 13
0
votes
1 answer

Generate ipa without paid apple developer account

Can we generate ipa from Xcode without paid apple developer account? I want to share ipa so that it can be installed on any of the iPhone. Thanks,
Mobi
  • 91
  • 1
  • 2
  • 7
0
votes
2 answers

CURL form post (-F) to HttpClient post

I need to upload an apk to hockeyApp with c#'s HttpClient, the cUrl to upload an apk is the following: curl \ -F "status=2" \ -F "notify=1" \ -F "ipa=@hockeyapp.ipa" \ -H "X-HockeyAppToken: 4567abcd8901ef234567abcd8901ef23" \ …
Obeyda
  • 67
  • 2
  • 10
0
votes
0 answers

iPhone app downloaded from HockeyApp is not working

I am using HockeyApp as a beta testing tool. For the iOS build, all the correct certificates and signing identities were used, however when I download the App on an iPhone X, it says "Waiting" which is to be expected and then when it gets close to…
Janwilx72
  • 502
  • 4
  • 18
0
votes
0 answers

How to install mobile app on device which is not listed on app's provisioning profile by using HockeyApp

Can we use HockeyApp to install mobile app on devices that are not listed in iOS app's provisioning profile?
mrisek
  • 659
  • 1
  • 8
  • 25
0
votes
2 answers

Android ActionBar missing after extending Appcompatactivity

I've recently updated my app extending Appcompatactivity in my Activities. Since then, the Actionbar is gone when I launch an external library Intent. For example, I'm using the HockeyApp SDK to launch their FeedbackActivity Here is my…
Ale
  • 2,282
  • 5
  • 38
  • 67
0
votes
1 answer

why windows 10 UWP app is crashing due to The application called an interface that was marshalled for a different thread?

I have a windows 10 UWP app and hockey app SDK integrated in it. I am unable to find the exact reason why app is crashing. I am providing the Hockey app crash log, please help me to fix the issue. This is happening after installing and opening the…
0
votes
1 answer

Getting crash on iOS 12 with common signature for SVProgrssHUD

The application recently lived on iTunes store. Hockey app reporting multiple common crash signature for iPhone Model XS and XS Max with iOS 12. 16 ??? 0x00000001054f4a78 -[SVProgressHUD updateMotionEffectForXMotionEffectType:yMotionEffectType:]…
Hiren
  • 12,720
  • 7
  • 52
  • 72
0
votes
2 answers

How to send a handled exception to HockeyApp SDK in XAMARIN android app?

Hi guys is this possible to send a handled exception to HockeyApp SDK using Xamarin android ? I am getting unhandled exceptions in HockeyApp SDK . Can any one suggest some way to this problem. the below code is one of my experiment. This is also…
Pranav MS
  • 2,235
  • 2
  • 23
  • 50
0
votes
1 answer

HockeyApp iOS - An uninvoked method name is seen in the crash log

I came across a crashlog of my application today in the HockeyApp console where I see a method name in the hierarchy which is not invoked anywhere (really anywhere) across the application but is just defined. This method name in the hierarchy seemed…
XiOS
  • 1,665
  • 2
  • 18
  • 22