How can I identify if the iOS device my app runs on is an iPhone 3G of an iPhone 4?
Thanks in advance.
Check out uidevice-extension by Erica Sadon.
You can use the following:
[[UIDevice currentDevice] platformType];
[[UIDevice currentDevice] platformString];