• Stars
    star
    639
  • Rank 70,436 (Top 2 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created almost 12 years ago
  • Updated over 5 years ago

Reviews

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

Repository Details

Protection for iOS apps from cracking

Crackify

Easy protection for iOS apps from cracking.

How to use

  1. Import Crackify.h
  2. If you want to check was device jailbroken write:
[Crackify isJailbroken];
  1. If you want to check was app cracked write:
[Crackify isCracked];