cordova-app-crash

0.0.2 • Public • Published

cordova-app-crash

Crash your app on demand. Created for crash testing. Crashlytics provide the API for native apps but as of now (15th Oct 2018), there's no such cordova plugin to support this.

Installation

$ cordova plugin add cordova-app-crash

Usage

cordova.plugins.AppCrash.crash(
    "crash",
    (successResp) => {
        console.log(successResp);
    }, (error) => {
        console.log(error);
    }
);

Collaborators

Package Sidebar

Install

npm i cordova-app-crash

Weekly Downloads

15

Version

0.0.2

License

MIT

Unpacked Size

3.86 kB

Total Files

6

Last publish

Collaborators

  • ahsanayaz