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.
This appears to now work in Xcode 9.1 (since beta).
Testable with example here:
https://developer.apple.com/library/content/samplecode/KeychainTouchID/Introduction/Intro.html
Even though this example has not been updated for Face ID, it appears to work for storing keychain items protected by Face ID.
As discussed, this does not work in Xcode 9.0 GM.