Commit b137f32e authored by Rebecca Hughes's avatar Rebecca Hughes

Merge pull request #25 from LeBlaaanc/patch-1

Adds comment that getUniqueID() is IDFV on iOS.
parents dc72309c 758002b8
......@@ -122,6 +122,7 @@ public class MainActivity extends Activity implements DefaultHardwareBackBtnHand
var DeviceInfo = require('react-native-device-info');
console.log("Device Unique ID", DeviceInfo.getUniqueID()); // e.g. FCDBD8EF-62FC-4ECB-B2F5-92C9E79AC7F9
// * note this is IDFV on iOS so it will change if all apps from the current apps vendor have been previously uninstalled
console.log("Device Manufacturer", DeviceInfo.getManufacturer()); // e.g. Apple
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment