Discuss App to check its installed source? at the iPhone Developer Exchange - Hackint0sh.org; Hey guys, is there a way to make my app delegate check which source it ...
-
App to check its installed source?
Hey guys, is there a way to make my app delegate check which source it was installed from? as an antipiracy thing.
i wanted to code my app so that if its not installed, say, from bigboss then it will cease to function?
Get the latest info for NoAccSplash
Here
Currently it should work on iOS 4.x - 6.x

If you'd like to help extend its functionality, the source is also available.
-
-
Reply
Yeah! I wanna know too! Would someone know how?
-
-
Partial sollution might be online "cd-key" checking. Where "cd-key" is a unique string(to each app instance) compared serverside with the database storage. It could also aid tracking the app instance used for cracking/bypassing the protection. To make it even safer make some app crucial functionality serverside. Unfortunately offline apps can't use this method.
-
oh well the apps i wanted to protect require internet use so i guess a server side verification might be handy.... maybe a lil hard to setup tho
hmm any other security ideas lol i wanna have as many options as we can find
Get the latest info for NoAccSplash
Here
Currently it should work on iOS 4.x - 6.x

If you'd like to help extend its functionality, the source is also available.
-
-
Another solution might be signing some iphone hardware info. The idea is following:
Choose some asymmetrical cryptographic algorithm (RSA for instance).
For each protected product generate private/public key pair(serverside).
The public key is then bundled to the app binary (it should not be easily replacable!)
Clientside you generate request for the license containing iphone hardware info(like essid, serial number - anything unique to the phone) and send it to the server.
Serverside using the HW info you create the license - generate checksum for client's HW info and sign it with the private key. Send back the license to the client.
Now when the app starts it must verify using its bundled public key whether the license signature matches the real HW info.
-
sweet ill give that stuff a try
Get the latest info for NoAccSplash
Here
Currently it should work on iOS 4.x - 6.x

If you'd like to help extend its functionality, the source is also available.
-
Similar Threads
-
By RobiPhone in forum Installation
Replies: 2
Last Post: 07-07-2010, 11:24 AM
-
By elgringo in forum Installation
Replies: 1
Last Post: 03-16-2010, 02:56 PM
-
By masterp76 in forum Free Toolchain Software
Replies: 2
Last Post: 03-26-2008, 06:08 PM
-
By masterp76 in forum General
Replies: 2
Last Post: 03-26-2008, 06:08 PM
-
By RobNyc in forum Archiv (Leopard)
Replies: 4
Last Post: 05-26-2007, 07:43 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks