How can I determine what iPhone, iPod, iPad Model is using my application? I would like to get output like: iPhone, iPhone 3G, iPhone 3GS etc
Like this answer for plain objective C: Answer to my question in Objective C
How can I determine what iPhone, iPod, iPad Model is using my application? I would like to get output like: iPhone, iPhone 3G, iPhone 3GS etc
Like this answer for plain objective C: Answer to my question in Objective C
In the unified api you have to update the dll import.
Replace it as following:
Took this example and updated it to the current list of iOS Devices and Simulators as of March 24th 3PM PST. Enjoy.
New version of this code as of March 24th, 2013: