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

iOS Continuous Integration with Jenkins, Hockey, and increase version

Currently, I am using Jenkins, fastlane and Hockey to do UITesting and deliver application to end users. I have set up in Jenkins to automatically upload ipa file to hockey. I need to upload to hockey daily and I can run script for that. But how…
Khant Thu Linn
  • 5,905
  • 7
  • 52
  • 120
0
votes
1 answer

Having several apps for the same package

According to documentation Hockeyapp distinguish one app from another comparing packages. Is it possible to upload apks with same package but as different apps? Initial problem: I have several branches(feature/x, feature/y, etc) so I would like to…
eleven
  • 6,779
  • 2
  • 32
  • 52
0
votes
0 answers

Getting unexpected crash reports inside a try-catch block

I'm using HockeyApp to collect crash data for my app, but for some reason it doesn't provide the stack trace. What I have is something like that: MyNamespace!+0x5d1287 MyNamespace!+0x5f18d5…
StepTNT
  • 3,867
  • 7
  • 41
  • 82
0
votes
1 answer

How to read crash report in HockeyApp

I'm testing the framework HockeyApps for testing apps with iOS, it seems I added successfully my app. I added a code which is triggered after the user touches a button, the code is very simple: - (IBAction)didClickAuthenticateOptions:(id)sender { …
Jesús Ayala
  • 2,743
  • 3
  • 32
  • 48
0
votes
1 answer

HockeyApp and iOS: unable to add a script in build phase

I am following this guide and get stuck when trying to add a "Run Script" build phase to my project. I followed the step by step guide on the Hockey website too but unfortunately it seems to be disabled somehow on my project. Here is what I…
mm24
  • 9,280
  • 12
  • 75
  • 170
0
votes
1 answer

Re-sign iOS app with different entitlements fails on 32bit devices

I've got this idea whereby I want to build my app once on our build server, and distribute it to multiple environments before finally landing in the iTunes store. One of the issues I'm running into is entitlements. If I copy the $ENVIRONMENT.plist…
Chase Florell
  • 46,378
  • 57
  • 186
  • 376
0
votes
2 answers

In which namespace Application.OnLaunched is located?

I am trying to add HockeyApp to my WPF app, but cannot find Application.OnLaunched ? Any thought appreciated…
sunpochin
  • 328
  • 1
  • 4
  • 17
0
votes
0 answers

Android app deployed by Hockeyapp not connecting to internet

I have an simple android app written using Xamarin. At start up time it tries to do certain REST calls to an backend. This works fine in my emulator and when I usb debug on my S7. But when I try to deploy using hockeyapp every single api call seems…
phantom
  • 7
  • 2
0
votes
2 answers

How to not display logs in Xcode output, but still send them to Hockeyapp reports

I am using Hockeyapp for crash reporting and collecting logs when the app crashes. Using the method below. - (void)setupLumberjack { // Configure CocoaLumberjack [DDLog addLogger:[DDASLLogger sharedInstance]]; [DDLog…
digitaljerry
  • 198
  • 2
  • 11
0
votes
0 answers

Real world report data size for Hockeyapp

I am writing a mobile app and am soon moving to the stage of inviting alpha and beta testers through Hockeyapp. Due to the app target audience, testing and resulting crash and usage reporting will be through clogged and slow mobile networks in…
Marakai
  • 1,163
  • 11
  • 26
0
votes
0 answers

iOS Hockey show update prompt again and again

I am using hockey to distribute enterprise applications. For one user, he received prompt to update and he did that. But, when he open app again after update is completed, he still see update prompt again. It look like update is not finished. How…
Khant Thu Linn
  • 5,905
  • 7
  • 52
  • 120
0
votes
3 answers

iOS apps external beta testing Apple restrictions

After reading numerous beta testing strategy guides for iOS I'm still confused about if it's permitted by Apple's Developer Program to distribute an app for external beta testing without getting it approved by them and using TestFlight. For example,…
stonedauwg
  • 1,328
  • 1
  • 14
  • 35
0
votes
1 answer

Failed to verify code signature AFDateHelper

Using Cocoapods, I try to install an iOS app on my iPad with HockeyApp before releasing to the public. I get the following error: [ApplicationWorkspace]: Failed to install application: com.abc.def; /var/mobile/Media/Downloads/-1234/-5678; Error …
jsgoupil
  • 3,788
  • 3
  • 38
  • 53
0
votes
1 answer

Confused with provisioning profiles

I am having a difficult time to create and understand provisioning profiles. Here is what I would like to achieve: I have 10 devices in my developer portal. I want to set 5 of these devices with a profile for development and testing only. I…
Sonu Kapoor
  • 1,567
  • 3
  • 16
  • 34
0
votes
2 answers

Spoon: Empty adb logs in the report in Espresso tests

I am getting no logs in the report. I am running Espresso Instrumented tests on multiple devices via Spoon. I have tried with version 1.4, 1.5.1 and 1.5.2 as well. No luck :( java -jar spoon-runner-1.5.2-jar-with-dependencies.jar --apk…