How to avoid piracy in iPhone apps by server side validation?

Posted by prathumca on Stack Overflow See other posts from Stack Overflow or by prathumca
Published on 2010-03-17T13:11:56Z Indexed on 2010/03/17 17:41 UTC
Read the original article Hit count: 274

Filed under:
|
|

As par my app requirement, there is a couple of scenarios that I need to handle.

Scenario 1: To avoid piracy, I want to include some piece of code, whose job is sending both IMEI and Serial number of IPhone.

Scenario 2: At server side, I've a database, which has a list of both IMEI and Serial No info. Here I wanna validate both IMEI and Serial numbers. If both are not matched then I can make sure that the app is pirated.

Idea seems good. But I don't know how to handle these two scenarios in my app.

Any help is greatly appreciated.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about iphone