Biometric Authentication for iOS in Swift

Go to class
Write Review

Free Online Course: Biometric Authentication for iOS in Swift provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Biometric Authentication for iOS in Swift is taught by Bear Cahill.

Overview
  • Secure access to your iOS app by adding support for biometric authentication with Swift. Learn how to request user authentication using Touch ID, Face ID, or a user's passcode.

Syllabus
  • Introduction

    • How to use biometric authentication in iOS using Swift
    • What you should know
    1. Biometric Concepts
    • Overview of biometrics
    • App security
    • Apple guidelines
    2. iOS App Development
    • Xcode project preparation
    • LocalAuthentication context
    • Evaluation policy check
    • Evaluating a policy
    • Notifying the user for Face ID
    3. Policy Specifics
    • LocalAuthentication policies
    • Device owner authentication
    • Authentication with biometrics
    • Biometric types
    • Reuse duration
    4. Handling Outcomes
    • Authentication fails
    • Handling cancels
    • Handling fallback
    Conclusion
    • Next steps