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

Restricting iOS Version to < iOS 9 with HockeyApp

I have an app with a library that is unsupported on iOS 9, I'd like to avoid the user experience of the app crashing for our testers (which is what happens when running the build on iOS 9). While I'm waiting for the vendor to update their library is…
John Carter
  • 6,752
  • 2
  • 32
  • 53
0
votes
1 answer

Release notes creation for HockeyApp in Jenkins promotion phase

Jenkins HockeyApp plugin can automatically create reasonably nicely formatted release notes from git changes. However, this does not seem to work if HockeyApp upload is done in promotion phase, using promotion plugin. In that case the change log is…
diidu
  • 2,823
  • 17
  • 32
0
votes
2 answers

hockeyapp not understand crash logs

Im using hockeyapp to get crash reports. How can i understand at which class/method/line did my application crashed ?
user5132182
  • 31
  • 1
  • 3
0
votes
1 answer

Do we have to collect the tester's testing device UDID to create IPA to upload to Hockeyapp

I have just started using the hockey app, before this,I ask for the tester's device UDID add that to Mobile Provisioning profile, create IPA and give that to the tester, so that he/she could test. Now After seeing this Hockeyapp, I am interested to…
Saty
  • 2,563
  • 3
  • 37
  • 88
0
votes
1 answer

iOS 9 iphone 6s Application stuck at didFinishLaunchingWithOptions due to Hockey and Flurry

I am using flurry analytics and hockey. I set up those in didFinishLaunchingWithOptions. [[BITHockeyManager sharedHockeyManager] configureWithIdentifier:@"67905f839393846c26d406894437830e"]; [[BITHockeyManager sharedHockeyManager]…
Khant Thu Linn
  • 5,905
  • 7
  • 52
  • 120
0
votes
1 answer

iOS Build upload failure from jenkins to hockey app

I am getting below error when I tried to upload build (ipa) from jenkins to hockeyapp "Got unexpected response code from HockeyApp: 200" I have added team ID, upload version, ipa file, No release notes and allow Downloads as part of jenkins…
0
votes
0 answers

Background mode (fetch) in iOS 8

I'm working on an iOS app that uses the background mode to post an update to the server. App wakes, checks the battery status, kicks off an background process and calls the completion handler. In that exact same order. And it works fine. In the iOS…
Stefan
  • 434
  • 1
  • 5
  • 10
0
votes
1 answer

Update app on iPad that has been removed from registered devices on developer.apple.com

I've removed ~40 devices from the iOS device list for developing/testing at the new year. We updated the software on 20 used iPads, and, in the process, our technician successfully updated the app, which surprised me, since I removed those UUIDs…
daze
  • 131
  • 2
  • 10
0
votes
1 answer

HockeyApp SDK - Logging Caught Exceptions in iOS

Is there a way to send caught exceptions in iOS ? I could implement it in Android using ExceptionHandler.saveException API in the HockeyApp SDK. What is the equivalent API in iOS ? @try { // lines of code which can cause an exception } @catch…
Sinu Varghese
  • 800
  • 1
  • 14
  • 39
0
votes
1 answer

Problems uploading my iOS crash to crashlytics from a test built through Jenkins

Under Xcode Target Build Phases, I have a script that enables crashlytics for my iOS app. This is determined by an ENABLE_CRASHLYTICS variable and whether it is set or not. I can successfully upload a forced crash when I deploy from my local Xcode…
m.y
  • 691
  • 9
  • 21
0
votes
1 answer

Status bar on few iOS devices showing in white

Content in the Status bar on iOS devices showing in white on some devices like iPhone 5 iOS 7.1.2 and iOS 8.2. On other devices it is black (as expected). (background is white) In info.plist I have set View controller-based status bar appearance to…
user1140780
  • 988
  • 2
  • 13
  • 29
0
votes
2 answers

How to clear out NSUserDefaults on an updated app

I am using HockeyApp and Ship.io to deploy my ios app to multiple testers on every build. In my latest build, I changed the data types of some objects i was saving into NSUserDefaults, and now it crashes because old data stored on everyones local…
Terry Bu
  • 889
  • 1
  • 14
  • 31
0
votes
1 answer

Jenkins HockeyApp plugin not showing as Post Build Action

I have installed the HockeyApp plugin (v1.2.0) on Jenkins (v1.590), restarted Jenkins but the "Upload to HockeyApp" option is not showing in the list of post build actions. What am I missing?
Francesco Puglisi
  • 2,140
  • 2
  • 18
  • 26
0
votes
0 answers

build failed after running a plugin in cordova

I am working on hybrid mobile application using ionic + cordova. i added this plugin in https://github.com/instantiator/hockeyapp-phonegap but after that i am getting this problem if i remove this then it will work BUILD FAILED C:\Program Files…
Muhammad Faizan Khan
  • 10,013
  • 18
  • 97
  • 186
0
votes
0 answers

Is possible to the HockeyApp send crash reports only on WiFi connected

Is possible to the HockeyApp send crash reports only on WiFi connected I need what Reports sends only if good connection like WiFi.
Dmitry Nelepov
  • 7,246
  • 8
  • 53
  • 74
1 2 3
19
20