0

How to identify a device (iPod Touch/iPhone) is 2G or 3G?

Lebyrt
  • 1,376
  • 1
  • 9
  • 18
  • Is this for the purpose of buying / programming against one ? – Gishu Aug 06 '09 at 10:29
  • This is a duplicate of these questions: http://stackoverflow.com/questions/786026/how-do-you-detect-iphone-v-iphone-3g-using-obj-c, http://stackoverflow.com/questions/1026277/distinguish-iphone-3g-from-iphone-3gs – Brad Larson Aug 06 '09 at 13:10

1 Answers1

3

One way is to use Erica Sadun's UIDevice-Extension at:

http://github.com/erica/uidevice-extension/tree/master

elasticrat
  • 7,060
  • 5
  • 36
  • 36