SlideShare a Scribd company logo
IOS TOUCH ID
HappyMan
2014/12/30
iPhone 5s/iPhone 6/iPhone 6+
iOS 8+
iOS Touch ID 介紹
LAContext.h
• - (BOOL)canEvaluatePolicy:(LAPolicy)policy
error:(NSError * __autoreleasing *)error;
Determines if a particular policy can be evaluated.
• - (void)evaluatePolicy:(LAPolicy)policy
localizedReason:(NSString *)localizedReason
reply:(void(^)(BOOL success, NSError *error))reply;
Evaluates the specified policy.
• @property (nonatomic, copy) NSString
*localizedFallbackTitle;
Fallback button title
Apple Sample Code
• KeychainTouchID: Using Touch ID with
Keychain and LocalAuthentication
https://developer.apple.com/library/ios/sampl
ecode/KeychainTouchID/
Demo
• https://github.com/happymanx/TouchIDTest
開源
• EHFAuthenticator-Touch-ID
https://github.com/jstart/EHFAuthenticator-
Touch-ID
Star: 155 (2014/12/30)
• VENTouchLock
https://github.com/venmo/VENTouchLock
Star: 595 (2014/12/30)
VENTouchLock secures your
app by requiring a Touch ID
fingerprint scan or Passcode
to gain access on launch and
on background and is used in
the Venmo app.
參考
• iOS 8: Integrating Touch ID
http://code.tutsplus.com/tutorials/ios-8-
integrating-touch-id--cms-21949
• Working with Touch ID API in iOS 8 SDK
http://www.appcoda.com/touch-id-api-ios8/
• #WWDC14 session 711 - Keychain and
Authentication with Touch ID

More Related Content

PPTX
Jamie Bowser - A Touch(ID) of iOS Security
PDF
FIDO & The Mobile Network Operator - Goode Intelligence & Nok Nok Labs
PDF
FIDO alliance #idcon vol.18
PDF
Leveraging Fingerprint Verification on Mobile Devices
PDF
FIDO’s fit for Key Industries in Korea
PPTX
Fido and Touch ID
PPTX
iOS Extension
PPTX
FMDB 研究
Jamie Bowser - A Touch(ID) of iOS Security
FIDO & The Mobile Network Operator - Goode Intelligence & Nok Nok Labs
FIDO alliance #idcon vol.18
Leveraging Fingerprint Verification on Mobile Devices
FIDO’s fit for Key Industries in Korea
Fido and Touch ID
iOS Extension
FMDB 研究

More from ShengWen Chiou (19)

PPTX
Realm 研究
PPTX
Crashlytics 使用教學
PPTX
DBAccess 研究
PPTX
Xamarin.iOS中引用第三方Objective-C的Class Library
PPTX
Xamarin.iOS中引用自製Objective-C的Class Library
PPTX
iBeacon 相關應用
PPTX
Xamarin 研究
PPTX
What’s New In watch OS
PPTX
Apple Watch Feature
PPTX
Symbolicate Crash 使用教學
PPTX
Apple Watch Specifications
PPTX
Apple Watch UI Elements
PPTX
Apple Watch Human Interface Guidelines
PPTX
AppleDoc 使用教學
PPTX
Quickblox Study
PPTX
Auto layout 介紹
PPTX
iOS Keychain 介紹
PPTX
CocoaPods 使用教學
PPTX
Parental Gate 使用教學
Realm 研究
Crashlytics 使用教學
DBAccess 研究
Xamarin.iOS中引用第三方Objective-C的Class Library
Xamarin.iOS中引用自製Objective-C的Class Library
iBeacon 相關應用
Xamarin 研究
What’s New In watch OS
Apple Watch Feature
Symbolicate Crash 使用教學
Apple Watch Specifications
Apple Watch UI Elements
Apple Watch Human Interface Guidelines
AppleDoc 使用教學
Quickblox Study
Auto layout 介紹
iOS Keychain 介紹
CocoaPods 使用教學
Parental Gate 使用教學
Ad

Recently uploaded (20)

PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Nekopoi APK 2025 free lastest update
PDF
Softaken Excel to vCard Converter Software.pdf
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
medical staffing services at VALiNTRY
PDF
Digital Strategies for Manufacturing Companies
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
top salesforce developer skills in 2025.pdf
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
How to Migrate SBCGlobal Email to Yahoo Easily
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Nekopoi APK 2025 free lastest update
Softaken Excel to vCard Converter Software.pdf
Odoo POS Development Services by CandidRoot Solutions
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Odoo Companies in India – Driving Business Transformation.pdf
medical staffing services at VALiNTRY
Digital Strategies for Manufacturing Companies
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
2025 Textile ERP Trends: SAP, Odoo & Oracle
Upgrade and Innovation Strategies for SAP ERP Customers
PTS Company Brochure 2025 (1).pdf.......
wealthsignaloriginal-com-DS-text-... (1).pdf
How to Choose the Right IT Partner for Your Business in Malaysia
CHAPTER 2 - PM Management and IT Context
top salesforce developer skills in 2025.pdf
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Ad

iOS Touch ID 介紹