How can I programmatically determine if my app is running in the iphone simulator?

As the question states, I would mainly like to know whether or not my code is running in the simulator, but would also be interested in knowing the specific iphone version that is running or being simulated.

EDIT: I added the word ‘programmatically’ to the question name. The point of my question is to be able to dynamically include / exclude code depending on which version / simulator is running, so I’d really be looking for something like a pre-processor directive that can provide me this info.

21 Answers
21

Leave a Comment