I have $0.99 iOS app and I'm afraid someone would like to crack it. How can I protect my app from crackers?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
It's very easy with little class, which I implemented: https://github.com/itruf/crackify
Just import Crackify.h and check:
BOOL cracked = [Crackify isCracked];
回答2:
these are some check list to check whether your app is cracked.
- checking plist size
- checking signer identity
- checking if binary is crypted
- checking modified date of info.plist against modified date of package
回答3:
If it's in the store it likely already has been cracked. I wouldn't waste your time trying to combat pirates, no-one has been able to so far. I suggest instead you focus upon building apps that people are willing to pay for, or free apps that are iAd supported.