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

Hard-to-reproduce crash does not appear in HockeyApp or Device Logs

Two days ago, one of my iPhone game beta testers encountered a crash at a very specific point in gameplay. No crash reports showed up in HockeyApp (I have seen other reports from the same build). Last night, I also experienced the crash.…
Zane Claes
  • 14,732
  • 15
  • 74
  • 131
2
votes
2 answers

Android Crash alert systems?

[Disclaimer: I looked around at the other stackexchange websites and couldn't find a perfect place to post this question, so i'll post it here. i'm happy to take it down and place it somewhere else if you know where this is supposed to be. please do…
David T.
  • 22,301
  • 23
  • 71
  • 123
2
votes
0 answers

applicationDidFinishLaunching on thread

I noticed a weird thing in my Mac app crash report. Crash report says, applicationDidFinishLaunching is called from main thread as well as from another thread. As per my understanding, it should be called only from main thread. Can anyone help, why…
user2317738
  • 281
  • 2
  • 10
2
votes
2 answers

Android App built with PhoneGap Build doesn't show up in Google Play on Tablets

I built an app with PhoneGap Build and submitted it successfully to Google Play. Successfully means it's available trough Google Play on my Nexus S and other Smartphones running Android (with Android 2.2 and above). But the app doesn't show up in…
asp_net
  • 3,567
  • 3
  • 31
  • 58
2
votes
1 answer

Does the HockeyApp Jenkins plug-in work for Android?

I'd like to be able to upload my Android application binaries from Jenkins to HockeyApp automatically, but I'm not clear on if this is possible. I see there's a published Jenkins…
1
vote
1 answer

Android: do I actually need to register in App Center to migrate from the HockeySDK?

I inherited a (fairly large) Android app; it's still in beta. I recently got an email from Google Play: "Action Required: Your app is not compliant with Google Play Policies ... We found your app is using a non-compliant version of Hockey…
FoggyDay
  • 11,962
  • 4
  • 34
  • 48
1
vote
0 answers

Distribution platforms for Android app bundle for CICD

I see Google has come up with new packaging format for Android apps, App Bundle. You can upload bundles on Google Play Console in various tracks to proceed testing and build distribution. This sounds good. However, if you are using apps like Hockey…
1
vote
1 answer

Zip file not publish through a cake script in App Center

I have moved my application from hockeyapp to app center I am trying to publish a zip file to app center through a cake script for an Xamarin.Forms for UWP application. But the log shows no issues, but the file is not getting published. The below is…
Bumblebee
  • 33
  • 4
1
vote
3 answers

Download latest artifacts from app center / Hockey app using API (token)

Recently the hockey moved to app center and i want to download the latest version of android and iOS version on the fly using the API. What I tried ? checked the official swagger api-specs 1.…
Navneet kumar
  • 1,696
  • 1
  • 17
  • 26
1
vote
2 answers

How to download enterprise signed apps from Hockeyapp (or similar) in iPad OS?

After updating to iPadOS 13 I can no longer download apps from HockeyApp since the Safari browser now just downloads the file instead of installing the app.
jalmaas
  • 908
  • 8
  • 17
1
vote
2 answers

Cordova Plugin CodePush - updates lost after relaunching the iOS App

I have a live App on the Apple store and it uses Microsoft AppCenter CodePush to install live updates. Cordova plugin: cordova-plugin-code-push. When I publish an update for iOS the update is correctly installed but the next time I launch the app…
Gabe
  • 5,997
  • 5
  • 46
  • 92
1
vote
2 answers

Serialization Exception when I upload .appxupload instead of .appxbundle to HockeyApp

When I upload a .appxbundle of my UWP app to HockeyApp, everything works fine. When I instead upload a .appxupload file, I get a Serialization error when I run my app, and try to serialize classes with the [DataContract] attribute. The Exception…
1
vote
1 answer

Unable to publish APK to Visual Studio App Center using Azure DevOps Release pipeline

I created one release pipeline which is responsible of pushing APK file to App Center. However, when I try to deploy that task it is always failing with below error: > \n\n\n
Dishant
  • 1,545
  • 12
  • 29
1
vote
2 answers

Distributing Xamarin iOS app from AppCenter/HockeyApp

I can build and debug the Xamarin iOS app on the iPad without issues. The problem is when installing from the AppCenter or HockeyApp. I am using a distribution identity and a distribution provisioning profile for both debugging directly on the iPad…
Fabio S.
  • 460
  • 7
  • 22
1
vote
2 answers

Alternative to Appcenter / HockeyApp for hosting mobile applications

I am looking for an alternative to HockeyApp, so that I can host and deliver Xamarin Application to end customers (UWP, iOS, Android). The reason I cannot use HockeyApp is that the authentication mechanism has changed and requires one of github,…