Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 249 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 249 Bytes

JailbrokenDetector

Detect if your iOS device is jailbroken.

Install

pod 'JailbrokenDetector'

Quick Start

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