Skip to content

AssuredLabor/cordova-plugin-hockeyapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova HockeyApp plugin

Integrates HockeyApp SDK

Installation

With cordova-cli

If you are using cordova-cli, install with:

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

Use from Javascript

cordova.hockeyapp.register(token);

cordova.hockeyapp.reportCrash(message, data);

cordova.hockeyapp.feedback();

## Credits

Written by Nick Chistyakov at AssuredLabor

Code based on the following posts:

About

Cordova plugin that integrates HockeyApp-SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.7%
  • JavaScript 16.3%