I’m using apple `KeychainSettings` from <multiplat...
# multiplatform
p
I’m using apple
KeychainSettings
from multiplatform-settings library. For some reason
hasKey
method always returns
true
even if I never inserted the key. Why could this happen?
r
Sounds weird! Can you say more about what you're doing? How are you constructing it? What platform are you running on?
p
I’m constructing it simply like this
Copy code
KeychainSettings()
I’m running on ios simulator
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
r
Ah ok, sounds like you have things in hand.