/ios-jailBroken

Detect if a device is jailbroken and also detect if an app is cracked on a non jailbrkoen device.

Primary LanguageObjective-C

Instructions:

a) iOS only. b) Only on device and not on simulator

  1. Copy the JBroken.h and .m and put it in your source folder of your project.
  2. Add #import "JBroken.h" into your file where you likely gonna call the methods.
  3. Methods available isAppStoreVersion , isAppCracked, firmwareVersion, isDeviceJailbroken

Thanks