Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 652 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 652 Bytes

Cordova HockeyApp plugin

Integrates HockeyApp SDK

Installation

With cordova-cli

If you are using cordova-cli, install with:

cordova plugin add https://github.com/kolach/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: