Is it possible to make app not launchable if it has been cracked and installed from installous? I don't want to see my app in installous
3 Answers
It's not that easy and it not answerable within some words or code snippets. But you might check this:
http://www.shmoopi.net/ios-anti-piracy/iphone-piracy-protection-code-tutorial-2/
http://www.cocos2d-iphone.org/forum/topic/7667
http://thwart-ipa-cracks.blogspot.com/2008/11/detection.html
The read also here:
http://www.learn-cocos2d.com/2010/05/ignore-everything-youve-heard-about-app-store-piracy/

- 9,965
- 3
- 48
- 60
There are ways to detect whether your app is running on a jailbreaked device or whether your app has been modified (aka cracked). Take a look here and here for example.
From my point of view all you are getting by using these methods is a waste of time. Maybe you can make it harder for potential crackers and keep away the script kiddies. But you won't get that far that no talented cracker on earth would be unable to crack your app. Even one single cracker on earth who's able and motivated to crack your app is enough to upload it to hundred's of sites.
If really big companies fail at protecting their apps I really doubt that you will achieve it... so: wasted time which should be better spend on improving your app.

- 1
- 1

- 6,349
- 3
- 20
- 17
Probably not, because the part of cracking your application is to remove all restrictions (registration, detection of jailbreak, ...).

- 7,329
- 1
- 36
- 41
-
it is possible to prevent from cracking your iOS app with the normal easy steps. But it might take some actions and understanding. – Jonas Schnelli Apr 06 '12 at 09:23