Save data in Keychain only accessible with Touch ID in Swift 3
问题 I'm working on a peace of code that should do the following: Store some data in Keychain. Get the data only if a user authenticates with Touch ID or Pass Code. I watched the Keychain and Authentication with Touch ID presentation and understood the following: If you set the right parameter while adding a new value in to Keychain, next time you'll try to get it out, the system will automatically show the Touch ID popup. I wrote some code, and my assumption doesn't work. This is what I have