H

HockeySDK

HockeySDK-Android implements support for using HockeyApp in your Android application. The following features are currently supported: Collect crash reports:If your app crashes, a crash log is written to the device's storage. If the user starts the app again, they will be asked asked to submit the crash report to HockeyApp. This works for both beta and live apps, i.e. those submitted to Google Play or other app stores. Crash logs contain viable information for you to help resolve the issue. Furthermore, you as a developer can add additional information to the report as well. Update Alpha/Beta apps: The app will check with HockeyApp if a new version for your alpha/beta build is available. If yes, it will show a dialog to users and let them see the release notes, the version history and start the installation process right away. You can even force the installation of certain updates. User Metrics: Understand user behavior to improve your app. Track usage through daily and monthly active users. Monitor crash impacted users. Measure customer engagement through session count. Add custom tracking calls to learn which features your users are actually using. This feature requires a minimum API level of 14 (Android 4.x Ice Cream Sandwich). Feedback: Besides crash reports, collecting feedback from your users from within your app is a great option to help with improving your app. You act on and answer feedback directly from the HockeyApp backend. Authenticate: Identify and authenticate users against your registered testers with the HockeyApp backend.
https://github.com/bitstadium/hockeysdk-android
MIT
Microsoft Corporation
文件下载
文件名 操作
HockeySDK-5.2.0.pom 下载
HockeySDK-5.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.hockeyapp.android</groupId>
  <artifactId>HockeySDK</artifactId>
  <version>5.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'net.hockeyapp.android:HockeySDK:5.2.0'
Gradle Kotlin
implementation("net.hockeyapp.android:HockeySDK:5.2.0")
Scala SBT
libraryDependencies += "net.hockeyapp.android" % "HockeySDK" % "5.2.0"
Groovy Grape
@Grapes(
  @Grab(group='net.hockeyapp.android', module='HockeySDK', version='5.2.0')
)
Apache Ivy
<dependency org="net.hockeyapp.android" name="HockeySDK" rev="5.2.0" />
Leiningen
[net.hockeyapp.android/HockeySDK "5.2.0"]
Apache Buildr
'net.hockeyapp.android:HockeySDK:jar:5.2.0'
本项目依赖
该项目无第三方依赖