EddyVerbruggen / nativescript-secure-storage

:closed_lock_with_key: NativeScript plugin for secure local storage of fi. passwords
MIT License
111 stars 26 forks source link

Not working in iOS simulator #65

Open coolboy0961 opened 2 years ago

coolboy0961 commented 2 years ago

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?

heywhy commented 2 years ago

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