Reputation: 116273
Is it possible to listen for a positive fingerprint match without the default Touch ID view? I want to create a log-in view where both a pin keyboard and Touch ID are available at the same time (without having to choose one or the other).
Upvotes: 3
Views: 811
Reputation: 69469
No the iOS SDK only allows you access the touch ID via the LAContext
evaluatePolicy:localizedReason:reply:
Upvotes: 7