hi, how to get the IMEI of a phone?
Last edited:
Hi,
the identifier "uniqueIdentifier" is obsolete, we must use "identifierForVendor"
See example:
Dim device As NativeObject
device = device.Initialize("UIDevice").RunMethod("currentDevice", Null)
Log(device.GetField("identifierForVendor"))
I run your code but doesn't get the IMEI.
You can´t get the UDID from iPhone. Apple RuleZ.
You can only get an identifierForVendor.