Skip to content

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

Notifications You must be signed in to change notification settings

jwyjoy/ios-jailBroken

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 98.3%
  • C 1.7%