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

Add option to disable fallback to NSUserDefaults on iOS Simulators #48

Closed bearjaw closed 3 years ago

bearjaw commented 3 years ago

Adds an disableFallbackToUserDefaults option to the SecureStorage constructor to use the iOS Keychain on iOS Simulators.

EddyVerbruggen commented 3 years ago

Wonderful, thank you very much!