Is there a way to determine the device running an application. I want to distinguish between iPhone and iPod Touch if possible.
feedback
|
|
You can use the
| |||||||||||||||||
feedback
|
|
Please feel free to use this class (gist @ github)
UPDATE (01/14/11) Obviously, this code is a bit out of date by now, but it can certainly be updated using the code on this thread provided by | |||||||||||||||||||||
feedback
|
|
This is an updated for UIDeviceHardware.m from the answer above
| |||||||||||||||||
feedback
|
|
More usable
you can reading properties with
| ||||
|
feedback
|
|
Just adding the iPhone 4S device code to this thread... The iPhone 4S will return the string @"iPhone4,1". | |||
|
feedback
|
|
Here's a minor update with new models:
| |||
|
feedback
|
|
| |||||||||||
feedback
|
|
What about iPad (1) - isn't there more than one model? I.e. iPad1,1 (Wifi), iPad1,2 (GSM)... | |||
|
feedback
|
|
Check for GPS or the camera. | |||||||||||||||||
feedback
|
|
How about this code, if new version was released, you will identifier with the last know device
| |||||||
feedback
|
|
Based on the very good answers above, here is what I came up with. This is very similar to @Rodrigo's answer, but addresses @Oliver's concern from the comment on that answer. This also provides the option of including the model string in the output string.
| |||||||
feedback
|
protected by bmargulies Feb 16 '11 at 2:45
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.