Skip to content

martinkasa/cordova-plugin-jailbreak-detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova Jailbreak Detection Plugin

This plugin is combination of

https://github.com/leecrossley/cordova-plugin-jailbreak-detection.git

and

https://github.com/masbog/isJB

Install

cordova plugin add https://github.com/martinkasa/cordova-plugin-jailbreak-detection.git

isJailbroken

jailbreakdetection.isJailbroken(successCallback, failureCallback);
  • => successCallback is called with true if the device is Jailbroken, otherwise false
  • => failureCallback is called if there was an error determining if the device is Jailbroken

Platform Support

iOS only.

License

MIT License

About

Cordova / PhoneGap Jailbreak Detection Plugin for Apache Cordova >= 3.0.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 97.8%
  • JavaScript 2.2%