question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DeviceInfo.getUniqueID() is same in multiple iPads registered with same Apple IDs

See original GitHub issue

Bug

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

  1. Register all the iPads with the same Apple IDs.
  2. Enable iCloud Sync on all the devices. Enable Keychain Sync also.
  3. Check for the DeviceInfo.getUniqueID() return value. …

Describe what you expected to happen:

  1. The UniqueID (UUID) should not be synced across multiple devices using the same Apple ID.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:15 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
mikehardycommented, May 25, 2020

@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?

1reaction
mikehardycommented, May 25, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found