even if I never inserted the key. Why could this happen?
r
russhwolf
05/21/2023, 5:16 PM
Sounds weird! Can you say more about what you're doing? How are you constructing it? What platform are you running on?
p
Pavel S
05/22/2023, 11:08 AM
I’m constructing it simply like this
Copy code
KeychainSettings()
I’m running on ios simulator
Pavel S
05/22/2023, 11:12 AM
I think my problem was the assumption that it worked similar to shared preferences in android, that is - it’s cleared when the app is uninstalled. And for the first time I did insert the key and expected it to disappear after uninstalling the app