cordova-plugin-ios-keychain
cordova-plugin-ios-keychain copied to clipboard
Pressing cancel returns null, same if the key doesn't exist
On the passcode screen, if the user presses the cancel button the promise of the keychain.get
resolves to null, but it will also resolve to null if the key you're trying to get doesn't exist.
This is major because then you are not able to tell if the key doesn't exist or if the user just pressed the cancel button.