JMEasyTouchID alternatives and similar libraries
Based on the "TouchID" category.
Alternatively, view JMEasyTouchID alternatives based on common mentions on social networks and blogs.
-
iOS-TouchID-Swift
The TouchID authentication mechanism implemented in Swift.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of JMEasyTouchID or a related project?
Popular Comparisons
README
TouchIDExtension
TouchID used easy on one line in your ViewController.
Installation
At this moment, You can install only a way, manually. For install, you can add JMEasyTouchID folder to your project.
Usage
- Import
JMEasyTouchID
and init a view. - In ViewController add the follow block: - useTouchID(_:completion) useTouchID("touchID", completion: { (success, messageState, errorResult) -> Void in println(messageState) });
- Import LocalAuthentication framework
Return values
- success: BOOL -> if succes or not
- stateMessage: NSString -> message with touchID login
- errorResult:
- TouchID OK = nil
- LAErrorAuthenticationFailed = -1
- LAErrorUserCancel = -2
- LAErrorUserFallback = -3
- LAErrorSystemCancel = -4
- LAErrorPasscodeNotSet = -5
- LAErrorTouchIDNotAvailable = -6
- LAErrorTouchIDNotEnrolled = -7
Requeriments
- TouchID.
- iOS 8 or higher
License
Mit License
Contact
*Note that all licence references and agreements mentioned in the JMEasyTouchID README section above
are relevant to that project's source code only.