Skip to content

AlliterativeAnimals/cordova-plugin-hockeyapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

com.zengularity.cordova.hockeyapp experimental

This plugin exposes the HockeyApp SDK for ios and android

Including:

  • HockeyAppSDK-iOS 3.5.4
  • HockeyAppSDK-Android 3.0.1

Installation

cordova plugin add https://github.com/peutetre/cordova-plugin-hockeyapp.git

Supported Platforms

  • Android
  • iOS

Methods

  • hockeyapp.start(success:function, error:function, appid:string):void

Initialize HockeyApp SDK

  • hockeyapp.feedback(sucess:function, error:function):void

Display tester feedback UI

Android tips

Listen to the backbutton event to fix the backbutton on the feedback UI like:

document.addEventListener("backbutton", function () { }, false);

About

cordova plugin for hockeyapp (ios & android)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 87.4%
  • Objective-C 9.3%
  • CSS 2.6%
  • Other 0.7%