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

How to create and use a module that implement 64 bit (only) static library

Has anyone successfully created and used a module that implements a 64 bit (only) static library? Here the situation: Created a new Appcelerator module project Downloaded the latest HockeySDK-iOS framework (64 bit only) Integrated HockeyApp…
Newport99
  • 483
  • 4
  • 21
0
votes
0 answers

How to modify HockeyApp update prompt and window

I have implemented the HockeyApp iOS SDK and was able to launch my app and have it prompt me that a new update was available. However, the "Update Available" prompt and window have strange text displayed. See images attached. Can anyone provide…
Newport99
  • 483
  • 4
  • 21
0
votes
1 answer

Android HockeyApp SDK v 3.7.1 use different app ID for different targets

I integrated the HockeySDK for Android following this tutorial: https://github.com/bitstadium/HockeySDK-Android#setup. In the default config of gradle set App ID set described in tutorial manifestPlaceholders = [HOCKEYAPP_APP_ID: "appID"] For a…
0
votes
2 answers

How to Manage Deployment/Upgrades for Internal Mobile Application?

I'm creating a UWP application that will be used exclusively on rugged Win10 tablets by a group of initially 10-20. If things go well it will be expanded to 100 users. These users are employees of our company, but will be remotely…
DeannaD
  • 1,469
  • 2
  • 16
  • 27
0
votes
1 answer

Disable hockey for app store version

I don't want to include hockey sdk in my app store version. As a result, I create two target and for app store target, I don't include hockey sdk. In my app delegate, I write like this. #ifdef DEBUG #import #elif…
Khant Thu Linn
  • 5,905
  • 7
  • 52
  • 120
0
votes
6 answers

Send app for testing to multiple person (2000) without going to Apple approval process

I want send my app for testing to multiple users. I don’t want to go for Apple approval process. I read about Enterprise program. But is there any limit for number of users? Is there any alternate option for this?
kb920
  • 3,039
  • 2
  • 33
  • 44
0
votes
1 answer

Auto build, deployment to hockey with Fastlane

I am studying about automatic build and deployment. I found out fastlane and trying to use for deployment to hockey.…
Khant Thu Linn
  • 5,905
  • 7
  • 52
  • 120
0
votes
1 answer

Hockey Cocoa pod integration error - Resource not found

Yesterday my Xcode projects started failing with the following message: error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. where "$RESOURCE_PATH" pointed to the hockey app pod. I've tried: pod install…
kevnm67
  • 177
  • 3
  • 11
0
votes
1 answer

Mac: HockeyApp SDK 3.1 programmatically add attachments to Feedback Messages?

I'm noticing that the only platform HockeyApp doesn't intuitively allow attachments for Feedback right now is Mac. Does anyone have insight as to how I can append a simple string to a feedback message or even an NSData blob? Looking through the…
Zack Matthews
  • 409
  • 2
  • 11
0
votes
0 answers

App stuck on Launch Screen when migrating

I am performing a lightweight migration on an app. I am using hockeyapp for distribution and when I update the app through that website the app stays on the Launch Screen for 20 seconds and then the iPad terminates the app with the error: "xxx…
0
votes
2 answers

curl hangs while uploading on Windows

I am using curl on mac and other windows machines to upload my artifacts to HockeyApp service. On one of my machines that runs windows , "curl" constantly "hangs/freezes" during upload. Here is the command : curl -F notify=0 -F status=2 -F…
Ivelius
  • 4,953
  • 7
  • 30
  • 54
0
votes
1 answer

HockeyApp crash, forked Queues, iOS, Swift

Using someone else's framework from GitHub for a UIButton Process effect. Works fine when installed through latest XCode, but app crashes as soon as button starts animation, if installed through HockeyApp. Here is the Animation Function in…
0
votes
1 answer

How can I force my app into the Applications/ folder?

I am currently developing a desktop app in OS X which has a requirement for Autostart on Boot. I have implemented autostart and it works well when I install my app and put it in the Applications/ folder, but I can't expect users to move the file. I…
0
votes
1 answer

Hockeykit Invaild Provisionary Profile?

We have recently setup a HockeyKit server for testing purposes of our iOS app. We have followed the HockeyKit Docs and the Apple Doc's for OTA. We followed everything and set everything up, but we are having an issue with installing the provisioning…
Mark
  • 148
  • 3
  • 14
0
votes
1 answer

error: expected nested-name-specifier error is coming on integrating Breakpad in android app

I was following the steps given in URL: https://github.com/ashtom/breakapp/blob/master/README.md to test a sample hockey app with Breakpad integration, however i am getting the following error on executing the Step 4 (ndk-build). I have the…
AmanSinghal
  • 2,404
  • 21
  • 22