越狱检测器 0.1.0× 测试已测试✗ 语言语言 Obj-CObjective C许可证 MIT 发布最新版本2015年3月由0dayZh维护。安装指南×越狱检测器安装指南您想在Podfile中添加类似以下的内容:target 'MyApp' do pod 'JailbrokenDetector', '~> 0.1' end然后在终端内运行pod install,或从CocoaPods.app中进行。或者为了进行测试运行,运行以下命令pod try JailbrokenDetector查看PodspecGitHub仓库CocoaPods.org页面越狱检测器 0.1.0由0dayZh0dayZh/JailbrokenDetectorGitHub仓库 检测您的iOS设备是否被越狱。 安装 pod 'JailbrokenDetector' 快速开始 // Only works on real device. if ([JailbrokenDetector isDeviceJailbroken]) { // device is jailbroken. }