epicshaggy / capacitor-native-biometric

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

on iOS: CapacitorNativeBiometric.NativeBiometric.KeychainError error 0

xyboox opened this issue · comments

Hi,

so I've been successfully using this plugin for some time now, and all of a sudden, I can no longer setCredentials(). It throws this error:
CapacitorNativeBiometric.NativeBiometric.KeychainError error 0

Any idea what's going on? The code in the app is unchanged since it was working. Must be something else.
And is working fine in Android.

Here's my env:

`Ionic:

Ionic CLI : 6.20.1 (/opt/homebrew/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 6.1.7
@angular-devkit/build-angular : 12.1.4
@angular-devkit/schematics : 12.1.4
@angular/cli : 12.1.4
@ionic/angular-toolkit : 4.0.0

Capacitor:

Capacitor CLI : 3.6.0
@capacitor/android : 3.6.0
@capacitor/core : 3.6.0
@capacitor/ios : 3.6.0

Utility:

cordova-res : 0.15.4
native-run : 1.6.0

System:

NodeJS : v14.20.0 (/opt/homebrew/Cellar/node@14/14.20.0/bin/node)
npm : 6.14.17
OS : macOS Monterey`

Found a solution here: #27