-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support biometric in Capacitor SDK #257
Support biometric in Capacitor SDK #257
Conversation
@louischan-oursky Have you got this error when trying in simulator? |
No. I tested on my own iPhone. Maybe simulator does not support secure enclave. |
Let me take a look later when I have time. |
However, app2app can be run on simulator, which is also using secure enclave. BTW, I also added a readme for capacitor example app in c23f468 |
I figure out the cause, but I could not find any reason on the web. In the SecAccessControlCreateFlags, if we omit |
Added one commit to work around the issue. |
ref #256