

The uuid on iOS uses the identifierForVendor property.
#5.1 Download Nexus 64 Bit Vst windows
Windows Phone 7 : Returns a hash of device+current user, // if the user is not defined, a guid is generated and will persist until the app is uninstalled // Tizen: returns the device IMEI (International Mobile Equipment Identity or IMEI is a number // unique to every GSM and UMTS mobile phone. However the UUID can be different if the user deletes all apps from the vendor and then reinstalls it. Android: Returns a random 64-bit integer (as a string, again!) // The integer is generated on the device's first boot // // BlackBerry: Returns the PIN number of the device // This is a nine-digit unique integer (as a string, though!) // // iPhone: (Paraphrased from the UIDevice Class documentation) // Returns the UUID which is unique and the same for all apps installed by the same vendor.
