nativescript-secure-storage icon indicating copy to clipboard operation
nativescript-secure-storage copied to clipboard

Not working in iOS simulator

Open coolboy0961 opened this issue 3 years ago • 1 comments

plugin version: @nativescript/secure-storage 3.0.0

I followed the readme blow but nothing changed. image

This is the way I add disableFallbackToUserDefaults. image

I checked the node_modules's javascript file and I found the fix of iOS Simulator doesn't exist. image

@EddyVerbruggen Could you merge this to the version 3.0.0?

coolboy0961 avatar Jan 04 '22 06:01 coolboy0961

You should use @heywhy/ns-secure-storage (https://github.com/heywhy/nativescript-plugins/tree/main/packages/ns-secure-storage) to handle your use case. It has the same API as this plugin

heywhy avatar Aug 09 '22 17:08 heywhy