CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Mar 2015 |
Maintained by 0dayZh.
Detect if your iOS device is jailbroken.
pod 'JailbrokenDetector'
// Only works on real device.
if ([JailbrokenDetector isDeviceJailbroken]) {
// device is jailbroken.
}