sjhoeksma / cordova-plugin-keychain-touch-id

Touch ID plugin with saving password in keychain for IOS and android
87 stars 160 forks source link

Unable to save more than one password in ios #13

Open safeerkilinadan opened 7 years ago

safeerkilinadan commented 7 years ago

Tried to save two passwords with with different keys, but first password was overridden by the second.

mhanke commented 6 years ago

Have you found a solution for this?

sjahan commented 6 years ago

Did you take a look at the code? I just got the same problem: it appears that only one keychain item is supported, therefore, only one password can be stored, whatever the key you passed in, it's not used in the in the keychain wrapper... That explains a lot.