0

I need to get info about device model, in particular for the iPhone 5s.

These are the different models: - A1433 - A1533 | GSM - A1457 - A1518 - A1528 (China) - A1530 | Global

But I can divide them just into 2 categories: 1) model A1433, A1533 | GSM 2) model A1457, A1518, A1528 (China), A1530 | Global

So, is there a way to get the single device mode and not the whole category?

SUPERGIU
  • 21
  • 6
  • 3
    Where is your code? And why do you need that? – Azat Apr 16 '15 at 20:42
  • http://stackoverflow.com/questions/11197509/ios-how-to-get-device-make-and-model You need `uname` for your case. For iPhone 5s you will either get `iPhone6,1` or `iPhone6,2` – creker Apr 16 '15 at 21:11
  • I know I can use this, but in this way I will het iPhone 6,1 or iPhone 6,2. I need the exact model, for example A1433- Thanks – SUPERGIU Apr 16 '15 at 22:06
  • You can't determine A1433 from A1533, Apple has no public API for that (you can only know private iPhone model 6,1; 6,2 etc.). I don't get why would you need that anyway. – NSDmitry Apr 17 '15 at 15:01
  • Because I'm developing a JB tweak that will interact with internet connection. Some little things change depending on the exact iPhone model – SUPERGIU Apr 17 '15 at 15:36

0 Answers0