[TIMOB-19352] iOS9: Access to new TouchID error codes
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2015-08-17T07:13:43.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 5.0.0 |
| Components | iOS |
| Labels | touchid |
| Reporter | Eduardo Gomez |
| Assignee | Eric Merriman |
| Created | 2015-08-13T21:42:35.000+0000 |
| Updated | 2017-03-21T17:01:55.000+0000 |
Description
Feature Request
There are new errors for Touch ID. We'd like to get these turned into constants like the other errors are within the touchid module.Apple Docs
https://developer.apple.com/library/prerelease/ios/releasenotes/General/iOS90APIDiffs/Objective-C/LocalAuthentication.htmlFrom the Apple Docs:
"LAError.h
Added LAErrorAppCancel
Added LAErrorInvalidContext
Added LAErrorTouchIDLockout"
PR Here: https://github.com/appcelerator-modules/ti.touchid/pull/16 Titanium mobile PR: https://github.com/appcelerator/titanium_mobile/pull/7037
PRs merged.
Closing ticket as fixed.