An open API service indexing awesome lists of open source software.

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

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

--

![](./Shortcut.gif)

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