iphone Programming Glossary: crackers
How to detect a cracked iPhone App and a jailbroken device (different methods) http://stackoverflow.com/questions/4727976/how-to-detect-a-cracked-iphone-app-and-a-jailbroken-device-different-methods  could be used to increase the score. I have also included a honeypot which shows me that the tools used by the crackers eliminate some of the checks I do. For instance the plist check for size or signer identity. My question is now Are there.. 
 How to detect “IAP crackers”? http://stackoverflow.com/questions/7465713/how-to-detect-iap-crackers  to detect &ldquo IAP crackers&rdquo  I found out that many users use so called IAP crackers instead of purchasing the items in in app purchase IAP . I.. to detect &ldquo IAP crackers&rdquo  I found out that many users use so called IAP crackers instead of purchasing the items in in app purchase IAP . I also learned that Zynga Poker and Pokerist already detect IAP.. of purchasing the items in in app purchase IAP . I also learned that Zynga Poker and Pokerist already detect IAP crackers and prevent the fake IAP. I would like to detect which phone is using IAP cracker. For Cydia hacking tool I could find it.. 
 Reducing piracy of iPhone applications http://stackoverflow.com/questions/846309/reducing-piracy-of-iphone-applications  does not involve you to check the iPhone unique IDs against a list of accepted IDs. Currently there are three things crackers do Edit the Info.plist file Decode the Info.plist from binary to UTF 8 or ASCII Add a key pair to Info.plist SignerIdentity.. App Store applications we build so checking for nil then performing set instructions should make it more difficult for crackers and pirates. I can't take credit for this so please visit How to Thwart iPhone IPA Crackers. There's loads of information.. 
 Get fileSize of info.plist to prevent piracy http://stackoverflow.com/questions/903157/get-filesize-of-info-plist-to-prevent-piracy  @ d mainDictionary fileSize  iphone piracy protection   share improve this question   You might prevent the noobish crackers from finding references to SignerIdentity in your code by applying ROT13 or a similar simple obscuring algorithm http en.wikipedia.org.. 
 
 
     
      |