crackify
crackify copied to clipboard
Protection for iOS apps from cracking
This occurred after we migrated to iOS 8.1. However, I have not double checked whether this is really related to iOS 8.1 static NSString *str2 = @"ResourceRules.plist"; [manager fileExistsAtPath:([NSString stringWithFormat:@"%@/%@",...
Removing file should be on (error==nil) condition: ``` [[NSFileManager defaultManager] removeItemAtPath:@"/private/test_jail.txt" error:nil]; ```
Hello, I think you've done a great job creating an easy-to-use class to add simple jailbreak and piracy checks to every developer's application. But I think your checks are mostly...