sjhoeksma / cordova-plugin-keychain-touch-id

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

Fix illegal state exception #66

Open skeymeulen opened 5 years ago

skeymeulen commented 5 years ago

Plugin can crash with an IllegalStateException while the app is running in the background. With this PR, we catch this and return an error callback so we can handle this.