越狱检测器 0.1.0

越狱检测器 0.1.0

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最新版本2015年3月

0dayZh维护。



  • 0dayZh

检测您的iOS设备是否被越狱。

安装

pod 'JailbrokenDetector'

快速开始

// Only works on real device.
if ([JailbrokenDetector isDeviceJailbroken]) {
    // device is jailbroken.
}