I need to get the iPhone model number from the code. I can see the model number from my iPhone, which is "MC143C", but when I get this using the code, it returns "iPhone". This is the code that I use to get the model number.
NSLog(@"model: %@", [[UIDevice currentDevice] model]);
Can someone help me get the information I want to get from my device.
Thanks, ! Zaq
source share