<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D5KZ00000cFeYL0A0Okta Classic EngineAuthenticationAnswered2025-04-02T22:12:32.000Z2025-04-02T16:38:19.000Z2025-04-02T22:12:32.000Z
iOS - Credential.store with access control biometryAny/biometryCurrentSet is throwing Error -50

Storing credentials using

```

try Credential.store(token,

security: [

.accessibility(.unlocked),

.accessControl(.biometryAny),

])

```

 

and got the error cannotSave(code: -50) . I checked for biometric authentication and it is available.I tested with EmbeddedAuth sample app and see the same issue.


This question is closed.
Loading
iOS - Credential.store with access control biometryAny/biometryCurrentSet is throwing Error -50