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