Commit 42fa516f authored by Chris LeBlanc's avatar Chris LeBlanc

Adds comment that getUniqueID() is IDFV on iOS.

parent dc72309c
...@@ -121,6 +121,7 @@ public class MainActivity extends Activity implements DefaultHardwareBackBtnHand ...@@ -121,6 +121,7 @@ public class MainActivity extends Activity implements DefaultHardwareBackBtnHand
```js ```js
var DeviceInfo = require('react-native-device-info'); var DeviceInfo = require('react-native-device-info');
// 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 Unique ID", DeviceInfo.getUniqueID()); // e.g. FCDBD8EF-62FC-4ECB-B2F5-92C9E79AC7F9 console.log("Device Unique ID", DeviceInfo.getUniqueID()); // e.g. FCDBD8EF-62FC-4ECB-B2F5-92C9E79AC7F9
console.log("Device Manufacturer", DeviceInfo.getManufacturer()); // e.g. Apple 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