I did understand how the Access with Touch ID's kSecAccessControlTouchIDAny
in the framework KeychainAccess works but i couldn't figure out how to do this with Face ID in iOS 11. I couldn't find any documentation for solving it yet (Maybe the docs are not out yet?).
So i am seeking out to stackoverflow and ask: How to write values secured with Face ID to the keychain and how to copy them back?
An minimal example would be nice.
...TouchIDAny
. It might be just a1<<1
value processed by the OS. – Macfarlane