Possible Duplicate:
How to differentiate between iphone4 and iphone 3
Well, I know all the @2x stuff and already read the other stackoverflow threads and apple reference regarding the retina display and high res support to no avail.
I'm loading an image from a remote server which supports a resolution request parameter. For iPhone4 I want to request a larger resolution image.
How do I test if I'm on iPhone 4 ?
Using the "model" field on UIDevice is not an option because I'm not getting the right value in simulator.