Reputation: 1131
Is there an opportunity to check if iPhone is 3GS or 3G?
Upvotes: 2
Views: 377
Reputation: 181280
You can use UIDevice class.
Also, taking a look at this blog post might help.
There is an article at ARS TECHNICA that can provide more info on determining exactly the iPhone model you have. It involves using sysctlbyname system call and considering the following information:
Upvotes: 3