emeraldsanto/react-native-encrypted-storage

EncryptedStorage.clear() and device uniqId

edenmeshulam opened this issue · 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 ?