JailbrokenDetector
JailbrokenDetector copied to clipboard
Detect if your iOS device is jailbroken.
JailbrokenDetector
Detect if your iOS device is jailbroken.
Install
pod 'JailbrokenDetector'
Quick Start
// Only works on real device.
if ([JailbrokenDetector isDeviceJailbroken]) {
// device is jailbroken.
}