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