How can a server authenticate an iPhone app (the code, not the user)?
- by Peter Baer
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?