martinkasa / capacitor-secure-storage-plugin

Capacitor plugin for storing string values securly on iOS and Android.
MIT License
152 stars 53 forks source link

`remove` method throwing error in ios when key not found #45

Closed yksolanki9 closed 2 years ago

yksolanki9 commented 2 years ago

I am using capacitor 2 and plugin v0.5.1, the documentation says set, remove and clear return true in case of success and false in case of error On my ios device, it does not return false, instead it throws an error if key is not found. Please update the documentation

martinkasa commented 2 years ago

fixed, thanks