sjhoeksma / cordova-plugin-keychain-touch-id

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

Getting issue when adding multiple Key and its value. #14

Open ankushgoyal27 opened 7 years ago

ankushgoyal27 commented 7 years ago

Objective: Need to add multiple username and its password

Error: Different keys are available but their passwords are replaced with the latest one. It means in the keychain multiple keys are available but all has same passwords.

Note: It is working as expected for Android.

Any suggestion.

mhanke commented 6 years ago

Have you found a solution for this?

ankushgoyal27 commented 6 years ago

@mhanke Yes, you need to modify the iOS plugin. Because currently it only supports for one user, try to modify and make it compatible for multiple users.