Skip to content

carlj/CJAJailbreakCheck

Repository files navigation

#CJAJailbreakCheck Check whenever a iOS Device has a Jailbreak or not.

Build Status Coverage Status

##Installation Just drag & drop the CJAJailbreakCheck.h and CJAJailbreakCheck.m to your project.

##Example First of all take a look at the Example Project

##Usage

//import the category
#import "UIDevice+Jailbreak.h"
//check if the current device has a jailbreak
BOOL result = [UIDevice currentDevice].isJailbreaked;
if (result) {

	//The device is jailbreaked
}

##LICENSE Released under the MIT LICENSE

About

Check whenever a iOS Device has a Jailbreak or not.

Resources

License

Stars

Watchers

Forks

Packages

No packages published