I own a wholesale distribution business focusing on iPhones. I am also an apple developer. I want to create a database that stores all device information by simply installing the app. I understand that this would completely be rejected if I were to send it off to the App Store but this is just in house and I will install simply with Apple Configurator.
I have found online that you no longer can get access to UDID and IMEI numbers. Is there a way for me to do this, not worrying about getting into the app store review policies. I just need an NSString for basic information about the device.
- UDID
- IMEI
- Carrier
- iOS Version
- Storage Capacity
- Model
I know how to find iOS Version and Model but cannot find any others.