Cordova allows access to device UUID using:
var deviceID = device.uuid;
I am interested in accessing the advertisingIdentifier on the iOS platform.
Is the Cordova method above sufficient for this? If not am I able to insert other code into the framework to accomplish this task (what might that look like)?
Thank you!