-5

My app uses the camera and face recognition extensively and I recently found out that it's slow on the iPhone 4.

I know you can find the ios version and what type of device it is.

Is there a way to find out programmatically which iPhone is being used (4/4S/5)?

Jay
  • 21
  • 1
  • 5
  • 1
    What did you tried? There is plenty of answers for this questions... A solution: https://github.com/erica/uidevice-extension/blob/master/UIDevice-Hardware.m – Larme Jul 31 '13 at 18:56

1 Answers1

1

iOS Version: [[UIDevice currentDevice] systemVersion]

Device Model: How to programmatically differentiate between iphone 4 and iphone 4S? or How do I detect which iOS device my user is using?

Community
  • 1
  • 1
Andrew
  • 15,357
  • 6
  • 66
  • 101