How to detect “LocallAPStore\" - new iap cracker
I detect IAP Cracker like this: if ([[NSFileManager defaultManager] fileExistsAtPath:@"/Library/MobileSubstrate/DynamicLibraries/iap.dylib"]){ NSLog(@"IAP Cracker detected"); } How can I detect LocallAPStore? After extracting the Debian package of this hack, you can see that it has almost exactly the same structure as IAP cracker. So, you can write: if ([[NSFileManager defaultManager] fileExistsAtPath:@"/Library/MobileSubstrate/DynamicLibraries/LocalIAPStore.dylib"]) { NSLog(@"Local IAP Store detected"); } By the way, using this method is not quite effective. I'm sure that if a lot of