I am writing an app for the company. My goal is to control the iPads distributed to employees in the company. I made a very simple app. When the application is opened, I want to get the serial number in the image below into the serialnumberTextField.
How can I do this? can you help me?
let device = UIDevice.current
let serialNumber = device.identifierForVendor?.uuidString
I tried this but it's not what I want.