cordova-plugin-check-debugger
A cordova plugin to check if a debugger is attached to the app or not. Attackers attach a debugger to the app to gain access to the internal workings of the app, even when the app is in release mode. This plugin can be used to check if an unauthorised debugging of the app is in progress.
Install
cordova plugin add cordova-plugin-check-debugger
Usage
checkDebugger;
Supported platforms
- iOS
- Android
Credits
License
MIT