npm react-native-device-info 12.0.0
v12.0.0

latest releases: 13.0.0, 12.1.0, 12.0.1...
7 days ago

12.0.0 (2024-09-12)

Bug Fixes

  • ios: Make unique id, unique per device and not per ios account(keychain) (#1642) (8198f22)

BREAKING CHANGES

  • ios: iOS getUniqueId is now per-device similar to android, not per-user

If you relied on the previous per-user behavior on iOS the recommended path forward is
to use https://github.com/oblador/react-native-keychain with WHEN_UNLOCKED
https://github.com/oblador/react-native-keychain?tab=readme-ov-file#keychainaccessible-enum
and store your id as a key/value pair of your key and the id mapped into the username/password
API of react-native-keychain

Co-authored-by: Humaid Arif Khan humaid@Humaidk-MBP.lan

Don't miss a new react-native-device-info release

NewReleases is sending notifications on new releases.