sjhoeksma / cordova-plugin-keychain-touch-id

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

In iOS 13 when use save method why fingerprint prompt not shows? #72

Open herobarua opened 4 years ago

herobarua commented 4 years ago

Hello Sir, we are using latest version in plugin inonic 5. When we use "save" method means

if (window.plugins) {
    window.plugins.touchid.save("MyKey", "My Password", true, function() {
        alert("Password saved");
    });
}

authentication with fingerprint dialog never comes.

Dialog only comes when we use verify method.

ipehimanshu commented 4 years ago

yes true, we are facing same issue. When save password or key why it not prompt dialog