-
Notifications
You must be signed in to change notification settings - Fork 115
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
SecItemCopyMatching not works in iphone 12 #53
Comments
Threading issues?
Håvard
… 12. jan. 2021 kl. 11:20 skrev MajidAlNuumani ***@***.***>:
I face issue with Face Id in some of iphone 12 pro and pro max the issue happen in SecKeyCreateSignature not generate signature but it works fine in different iphones like iphone 11.
even I cannot get the Face Id prompt.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I am not sure but here is my code: Singing data code: I call it from this code:
Can you help if this issue happen because of threads? |
I would check that all the if let's are valid and unwrapped correctly. I don't understand if this compiles because dataToBeSigned expects Data not String |
Yes but I convert it to Data in Signing function here |
Hello All, I got an update in this thread. I got status error -25300 when call this:
Any help why this happen in some of iPhone 12 pro and most of iPhone 12 pro max? |
Can any one help in this issue? |
I face issue with Face Id in some of iphone 12 pro and pro max the issue happen in SecKeyCreateSignature not generate signature but it works fine in different iphones like iphone 11.
even I cannot get the Face Id prompt.
my app not show in Face id & Passcode -> other apps.
In iphone 12 pro not in all device happen only a few devices.
The text was updated successfully, but these errors were encountered: