• Stars
    star
    194
  • Rank 200,219 (Top 4 %)
  • Language
    Objective-C
  • Created almost 11 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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