How can a server authenticate an iPhone app (the code, not the user)?

Posted by Peter Baer on Stack Overflow See other posts from Stack Overflow or by Peter Baer
Published on 2010-03-18T08:25:58Z Indexed on 2010/03/18 8:31 UTC
Read the original article Hit count: 274

Filed under:
|

Let's say I have a solution involving an iPhone app that generates some information and then sends that information to a web service for processing. It is important that ONLY requests from this particular iPhone app are allowed to be processed. In other words I want to be sure that my iPhone app cannot be (easily) impersonated by other clients. How would you do this?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about authentication