Hi,
I've been trying to use Touch ID SDK (using evaluatePolicy) within a custom SFAuthorizationPluginView in my AuthorizationPlug-in.
But the Touch ID never works over the login screen (the Touch ID popup is also not shown), even for the users who logged in before with a password. To test this, I've just slightly modified the NameAndPassword sample, by adding the evaluatePolicy call on a button click.
Is that a bug or just a missing feature?
As for other cases like unlock, the SFAuthorizationPluginView's parent window overlaps the Touch ID popup. It doesn't look user-friendly.
Is there any other way to use Touch ID from SFAuthorizationPluginView?
Or has Apple any plans to add Touch ID support to the AuthorizationPlug-in API?