Hello,
We are developing an Enterprise App for our organisation. We need to implement the authentication method using IMEI No. of the device. So is is possible to get the device IMEI No from code in XCODE for Enterprise development?
If IMEI is not possible can we get Device UDID for Enterprise development? We know that previously we were able get the UDID of a device now it is Vendor ID. But we need UDID which is combination of 40 char for our enterprise app.
So is there any api to get IMEI or UDID from code (Objective-C and Swift)?
Thanks.