Distinguish between iPhone web browser and iPhone app user agent

Viewed 19177

What is the best way to distinguish on a server between a request that came from an iPhone through the web browser vs through an iphone with an app written in objective c? What differences do I look for in the user agent string?

3 Answers
Related