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

Uploading Android bundle files to HockeyApp

Currently we have CI script that uploads APKs to hockeyapp. We basically use hockeyapp to hold all build artifacts. But we are transitioning to using bundle format for app distribution. I found out that if one tries to upload .abb file that attempt…
Subodh Nijsure
  • 3,305
  • 5
  • 26
  • 45
4
votes
2 answers

Create and access productFlavor variables in android's build.gradle

I've a multi flavor project which is built by a CI and published to HockeyApp. Each flavor has an applicationId and an apiToken, which is stored in the flavor itself (to keep all important variables in one place): def token = null …
JU5T1C3
  • 678
  • 1
  • 9
  • 26
4
votes
3 answers

How to retrieve Git commit id and message in VSTS/TFS build?

I'm in a CI environment using VSTS and I want to get the commit comment to set him into a text file. Here are my build step : The idea is to copy the GIT commit comment into a text file stored in the artifact folder. Then with the HockeyApp SDK,…
Xavier W.
  • 1,270
  • 3
  • 21
  • 47
4
votes
0 answers

react-native-hockey-app platform setup not complete

I followed the steps mentioned in the guide "https://www.npmjs.com/package/react-native-hockeyapp". Build for the app is also successful. But When I run my release.apk, It silently does nothing and install is not reflected on Hockey App dashboard.…
Jatin Kinra
  • 359
  • 5
  • 12
4
votes
0 answers

UICollectionViewData layoutAttributesForItemAtIndexPath HockeyApp Crash Report

I am using HockeyApp for crash reporting and getting the following crash. I am unable to reproduce the crash. Can this be due to animating the scroll in the UICollectionView? Exception Type: SIGSEGV Exception Codes: SEGV_ACCERR at…
jherg
  • 1,696
  • 2
  • 13
  • 15
4
votes
2 answers

IOS HockeyApp always popup update alertview

I started a trial plan at HockeyApp. From the moment is publish a beta release to everyone the app always show an alert dialog saying "Update Available" "HockeyDemo Version 1.0 (3) is available. Why does it happen ? and how am i doing wrong ? I want…
ibm123
  • 1,214
  • 2
  • 15
  • 39
4
votes
1 answer

Unable to upload an APK file to hockey app via their API

I am unable to upload an android apk to hockeyapp through the API provided by them.When i use curl \ -F "status=2" \ -F "notify=1" \ -F "notes=Some new features and fixed bugs." \ -F "notes_type=0" \ -F "apk=@app-release.apk" \ -H…
4
votes
1 answer

Windows Phone 8 Error - Installation of the application failed

I am working on a Windows Phone 8 project where we are deploying it as a company app through HockeyApp. I have a .PFX file generated from our Symantec cert and the correct .aetx file installed on the device. If I take the .XAP file I intend to…
4
votes
2 answers

Unusable component HockeyApp for Android (Xamarin component store)

I was trying to put the component mentioned above into operation. http://components.xamarin.com/view/hockeyappios I created a very simple project based on Xamarin Studio template (Android Ice Cream Sandwich Application) Then I added the necessary…
4
votes
1 answer

Code Signing a Mac OS X App for Ad-Hoc Beta Distribution (with HockeyApp)

I have a Mac OS X app, which is properly provisioned in both debug and release mode. That is, I can build & run on my computer in debug mode, or Archive it and successfully submit to the AppStore. However, I'd like to distribute Beta versions of my…
Zane Claes
  • 14,732
  • 15
  • 74
  • 131
4
votes
2 answers

How to get unique user ID for HockeyApp?

In the HockeyApp SDK v. 3.5, they have shifted to a new method of user identification. In previous versions of the SDK, there was a callback method - (NSString*)userNameForCrashManager:(BITCrashManager *)crashManager which would set a string which…
Jason
  • 14,517
  • 25
  • 92
  • 153
3
votes
3 answers

Google suspended app due to Hockey SDK that no longer exists in code

google suspended app due to "Hockey SDK" which was used long time ago in the code, but doesn't exist there anymore Your app contains content that doesn't comply with the Device and Network Abuse policy. We found youur app is using a non-compliant…
Radim Janda
  • 333
  • 2
  • 10
3
votes
1 answer

From where can I download build symbols generated by VSTS Build?

I included the Index Sources and Publish Symbols task in my build pipeline and my build succeed. In my build info, I can see that build symbols were generated, but I am not able to download those symbol files. Can you point me to the path from…
Dishant
  • 1,545
  • 12
  • 29
3
votes
0 answers

Simulate android shake

Is there an API method that can be used to simulate shaking an Android device? My reason for wanting to do this - I had been experimenting with using HockeyApp to provide an in-app feedback facility for my beta testers. Whilst it works I find that…
DroidOS
  • 8,530
  • 16
  • 99
  • 171
3
votes
1 answer

"In-App Update" feature of HockeyApp SDK does not work as expected

HockeyApp SDK has offered a new feature "In-App Update". This feature checks if a new version for your app store release is available and if yes, it will show an alert view to the user and let him open your app in the App Store app. Based on the…
1
2
3
19 20