From the course: iOS Development: Security

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Implementing Face ID

Implementing Face ID - iOS Tutorial

From the course: iOS Development: Security

Start my 1-month free trial

Implementing Face ID

- [Instructor] Touch ID lets us protect our devices without having to set up and remember yet another passcode. With the iPhone X, Apple introduced a new way for biometric authentication. We don't even have to touch the screen. With the Face ID, we can unlock our device by simply looking at it. Know that you'll need an iPhone X to test this feature. And I'd like to add that the iPhone X doesn't support Touch ID. Alright, let's add Face ID authentication to our app. We'll continue with the BiometricDemo we built in the previous clip. First, I need to make some changes in the app's info property list. So, let me choose the project and Info. So, to protect the user's privacy, apps need to statically declare the intent to access Face ID. For that, I need to add the Privacy - Face ID Usage Description key to the app's property list. I'm going to hit the plus button and choose Privacy, and we need Face ID Usage Description. The associated value should be a String describing the reasons for…

Contents