Skip to content

Adityakhandelwal021/cordova-plugin-iroot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova Jailbreak/Root Detection Plugin

GitHub license Android iOS

NPM NPM

Use this plugin to add an extra layer of security for your app, by detecting if the device running the app is jailbroken.

Based on:

Installation

cordova plugin add cordova-plugin-iroot --save

Usage

IRoot.isRooted(successCallback, failureCallback);
  • successCallback(result:boolean:ios|number:android) is called with true/1 if the device is Jailbroken/rooted, otherwise false/0.
  • failureCallback(error:string) is called if there was an error determining if the device is Jailbroken/rooted.

Demo

Android

APK - iRoot v1.1.0

ionic

See comments in WuglyakBolgoink/cordova-plugin-iroot#1

Screens

Rooted device Not rooted device

TODO

  • check versions

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 84.2%
  • Java 13.6%
  • JavaScript 2.2%