Is it possible to distinguish an iPhone 3G from an iPhone 3G S using any of the properties of [UIDevice currentDevice]?
|
3
|
|||||
|
|
|
The best way to check is to use The returned result for 3GS should be "iPhone2,1" |
||
|
|
|
look at the very small model number on the back of the phone 3G = A1241 3G S = A1303 |
||
|
|
|
I don't believe so - nor even 1G phones from 3G. You have to use sysctls to get more detailed model info. E.g. see here |
||
|
|
