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
1 answer

Bamboo integration for HockeyApp and Android

We are using HockeyApp for our Android application. We want to automate all the deployment process. We started using Bamboo to build our .apk file and final step would be to distribute it to Hockey. After a lot of browsing on the internet, I…
1
vote
1 answer

HockeyApp launch my app and make it behave differently. What's the cause (how to debug)?

I have an Android app, when I compile and run works fine. Part of the CI process, we uses HockeyApp for our tester to download the App. When the App is downloaded by HockeyApp and Launched directly, the behavior of the App differs from when I…
Elye
  • 53,639
  • 54
  • 212
  • 474
1
vote
1 answer

Qt support for HockeySDK

Is there a way to use the HockeySDK within a Qt application? I made a basic test trying to import your framework into my project adding these lines to my profile: # test.pro LIBS += -F/Applications/HockeyApp.app/Contents/Frameworks -framework…
Martin Delille
  • 11,360
  • 15
  • 65
  • 132
1
vote
1 answer

Hockeyapp distribution with daily build

I have developed an android application and it has been deployed on the server side, and apk file generated and I want to automate the steps with hockeyapp distribution. When the .apk has been built, I want to send it to the testers. My question is…
casillas
  • 16,351
  • 19
  • 115
  • 215
1
vote
2 answers

VS2015 + Cordova + HockeyApp +Windows Mobile

Anyone have experience/documentation integrating the HockeyApp SDK into a VS2015 Community Windows 10 Mobile Cordova app and adding the version to the HockeyApp dashboard? When I use HockeyApp on my Windows device, I see the following error when…
DeanB_Develop
  • 2,107
  • 3
  • 23
  • 37
1
vote
1 answer

Upload .app file to Hockey app using Jenkins

I have created a job in jenkins for Mac application. I am able to build the app successfully. The problem is I am unable to upload the .app file to Hockey app. It was described in Hockey Jenkins plugin we need .app.zip (MacOS). I am unable to create…
SreeHarsha
  • 496
  • 4
  • 19
1
vote
6 answers

Deploy to HockeyApp fails

I ran through a tutorial on the HockeyApp site for creating and uploading the HockeyApp build Task to Visual Studio Team Services (VSTS). When I queue a new build, it clones my repo from GitHub, builds it and publishes the artifacts. When VSTS goes…
1
vote
1 answer

Howto integrate HockeyApp in Ionic as a Module

i'm trying to integrate hockeyapp as a module like in this topic : How to integrate hockey App with Hybrid mobile app But i'm unable to make it work. I've added the cordova plugin https://github.com/peutetre/cordova-plugin-hockeyapp. it seem…
1
vote
1 answer

Crash issue related to [UITextField _textNeedsSanitizing:]

My ios8 application is crash giving following logs Incident Identifier: CrashReporter Key: Hardware Model: iPhone7,2 Process: APP Beta [3203] Path: /private/var/mobile/Containers/Bundle/Application/B471AC73-68B1-425B-/APP…
Shrinivas Kulkarni
  • 492
  • 2
  • 5
  • 17
1
vote
1 answer

Hockey-SDK In-App Update feature?

I'm using Hockey-SDK in my app and a few of my testers have requested that I implement their In-App Update feature so they can be notified I guess when there is a new build available. I've never used this feature before, never used Hockey-SDK…
user2284295
1
vote
0 answers

Crash reports without any stacktrace (Windows 8.1)

I'm really looking for your help people... I'm currently in a transition of switching from Splunk MINT (previously Bugsense) to HockeyApp for beta distribution and bug reporting of my Windows 8.1 application. My problem is that I've several crash…
sust86
  • 1,870
  • 2
  • 18
  • 25
1
vote
1 answer

Hockeyapp configuration with jenkins build

I am working on hybrid app and having two branch iOS and Android. How do I configure a Jenkins build with hockeyapp?
1
vote
1 answer

Today widget doesn't update from TestFlight / Enterprise distribution

I have an app that contains a Today Widget and it's working fine during debug as well as the first version distributed using TestFlight & HockeyApp. The problem occurs when the user updates to a newer build through their service. The widget seems to…
Ketenshi
  • 31
  • 1
1
vote
1 answer

HockeyApp SDK integration to PULL crash logs

HockeyApp have their iOS SDK that allows you to do the following things The SDK allows testers to update your app to another beta version right from within the application. It will notify the tester if a new update is available. The SDK also allows…
Rahul Sharma
  • 3,013
  • 1
  • 20
  • 47
1
vote
0 answers

Migrate from (old) Testflight to Hockey App

Is there an easy way to migrate from the old Testflight to HockeyApp? I know that i can export the users from Testflight, but can i import them to HockeyApp?
devtribe
  • 360
  • 3
  • 13