react-native-encrypted-storage icon indicating copy to clipboard operation
react-native-encrypted-storage copied to clipboard

EncryptedStorage.clear() and device uniqId

Open edenmeshulam opened this issue 4 years ago • 0 comments

Hi, I use react-native-device-info for getting the device uniqId. After calling EncryptedStorage.clear(), Its removes this from IOS keychain and i getting a new uniqId, even the uniqId not supposed to be change. Maybe EncryptedStorage.clear() removes all phone key chain and not only the app data ?

edenmeshulam avatar Apr 12 '22 06:04 edenmeshulam