https://github.com/mobilefirstinc/mfsecurenote
Demonstrating features of TouchID. Secure Note is sample application with privacy protection via Touch ID. This demo was part of Apple Developers Club meetup #3
https://github.com/mobilefirstinc/mfsecurenote
Last synced: about 1 year ago
JSON representation
Demonstrating features of TouchID. Secure Note is sample application with privacy protection via Touch ID. This demo was part of Apple Developers Club meetup #3
- Host: GitHub
- URL: https://github.com/mobilefirstinc/mfsecurenote
- Owner: MobileFirstInc
- License: mit
- Created: 2016-11-03T07:56:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T11:27:11.000Z (over 9 years ago)
- Last Synced: 2025-02-16T20:44:11.368Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 21.5 MB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MFSecureNote
Demonstrating features of TouchID. Secure Note is sample application with privacy protection via Touch ID.
SecureNote was demonstrated in ADC - Apple Decvelopers Club meetup. MobileFirst (http://mobilefirst.in) hosts this meetup every month in Ahmedabad, India.
Features
--
- View Notes after authenticating with TouchID
- Implements LocalAuthentication framework
- Alternate Access to Notes via Password instead of TouchID
- When TouchID fails for 5 times, invoke System Passcode for authentication
--

How to run
--
- Update Xcode to at least 8.0
- Open project xcodeworkspace
- Run 'pod' install
- In Xcode press Cmd-R or choose Run