-
Notifications
You must be signed in to change notification settings - Fork 95
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
In IOS 17, the plugin propably does not work properly #102
Comments
We've run into this with the latest iOS 17 RC, but it's error 1 and it seems pretty inconsistent. Has anyone else seen this? |
I've seen this on iOS 17 only. |
Hi guys. There is a solution for how this plugin works on ios 17 In Xcode -> Info.plist. |
Hi, I'm pretty sure I tried that already and I was still getting the same error. You need to deleteCredentials before you use setCredentials (even if you don't have any set yet). I have no more errors when I do this. |
Hi @AbidR-S2 , I get the error when I
Any ideas? |
That's weird, getCredentials is working for me once setCredentials is successful. The KeychainError is different in your case too. Error 1 as opposed to error 0. I can give you the code that I use to getCredentials if that helps:
|
@AbidR-S2 looks like that error is thrown when you try to |
Hi,
it looks like IOS 17 is not supported by the plugin at this time. We are using forked version Capgo, but we don't know if this is your issue. Is IOS 17 supported by your "original" plugin version?
We get an error:
Error: The operation couldn't be completed. (CapgoCapacitorNativeBiometric.NativeBiometric.KeyChainError error 0
when we call
It would be nice if the plugin supports the new IOS 17 as well.
Thank you for your interest.
The text was updated successfully, but these errors were encountered: