12.0.0 (2024-09-12)
Bug Fixes
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