https://github.com/prolificinteractive/touchidblogpost
Accompanies the tutorial "Use Touch ID in Your Swift App"
https://github.com/prolificinteractive/touchidblogpost
Last synced: 4 months ago
JSON representation
Accompanies the tutorial "Use Touch ID in Your Swift App"
- Host: GitHub
- URL: https://github.com/prolificinteractive/touchidblogpost
- Owner: prolificinteractive
- License: mit
- Created: 2015-01-22T21:44:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T15:03:23.000Z (over 9 years ago)
- Last Synced: 2025-05-16T02:38:10.395Z (about 1 year ago)
- Language: Swift
- Homepage: https://www.prolificinteractive.com/2015/01/26/tutorial-introduction-touchid-swift/
- Size: 16.6 KB
- Stars: 12
- Watchers: 41
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TouchID Prolific Interactive Blog Post
With iOS 7 and the iPhone 5S release, Apple introduced Touch ID, a new way for users to authenticate by using their fingerprints to unlock their phones or purchases on the App Store. Now, in iOS 8, Apple provides an SDK for developers to use Touch ID in their apps, and, as you will see in this blog post, it’s actually very simple to add this feature to your app. Remember that Touch ID is only available for iPhone 5S and newer, iPad Air 2 and iPad Mini 3. That’s something to consider when you implement it in your app.
In this [blog post](http://prolificinteractive.com/blog/2015/01/26/tutorial-introduction-touchid-swift/), I will walk you through all the steps to implement Touch ID in your app — and of course, because we are curious developers, everything in this post will be coded in Swift.