IOS: Get the device serial number
Unsolved
Mobile and Embedded
-
Hi.
I have an Qt app that is going to run on an iPad. I need to find a way to get as much info on the device as I can, namely:;
Serial Number (This would be the most important)
Model (Second most important)
And if Possible:
Storage Size,
Processor Model
Amount of RAM available.Is there a way that I can get this information by using Qt?
-
You will be out of luck. There is no official api for serial, see this link: https://forums.developer.apple.com/forums/thread/723418
-