DeviceInfo.getUniqueID() is same in multiple iPads registered with same Apple IDs
See original GitHub issueBug
The method DeviceInfo.getUniqueID()
returns the same value for iPads that use the same Apple Account and have iCloud sync enabled.
Environment info
React native info output:
React-Native: 0.59.10
ReactJS: 16.8.3
React-native-Device-Info: 0.24.0
Library version: 0.24.0
Steps To Reproduce
- Register all the iPads with the same Apple IDs.
- Enable iCloud Sync on all the devices. Enable Keychain Sync also.
- Check for the
DeviceInfo.getUniqueID()
return value. …
Describe what you expected to happen:
- The UniqueID (UUID) should not be synced across multiple devices using the same Apple ID.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:15 (2 by maintainers)
Top Results From Across the Web
Multiple Devices same Apple Id - Apple Community
All phones were set up using the same Apple ID. ... So I'm thinking I need to create a unique ID for each...
Read more >react-native-device-info - npm
Gets the device unique ID. On Android it is currently identical to getAndroidId() in this module. On iOS it uses the DeviceUID uid...
Read more >React-Native: Get the same unique device ID after reinstalling ...
The closest to this I've come over is the getUniqueID() method in react-native-device-info. However, a different ID will be returned on iOS if ......
Read more >React Native Get Unique ID of Device
How to get the Unique ID of any device using react-native-device-info library. Unique device ID is used to identify a device uniquely.
Read more >React Native Get Android or iOS Device Unique ID Dynamically
Unique device ID is used in Push Notification, identify a device uniquely ... usages this to prevent multiple app installation in same device....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Bardiamist has been very diligent keeping the PR for syncUniqueId() / #967 up to date - I just merged it and released 5.6.0 - sorry for the delay on that, @sharma-megha that should help?
closing this tentatively? I’m not sure what else we can do but if anyone has an idea for another PR feel free to propose it