My app (running in iPhone X Simulator Xcode 9.0.1) is asking me for permission to use Face ID.
The alert says:
Do you want to allow <appName> to use Face ID?
This app was designed to use Touch ID and may not fully support Face ID.
I was expecting that the few changes I made to the new APIs in the LocalAuthentication
framework (e.g. biometryType
) was supposed to basically work for Face ID.
Is there something else I need to do to make it so my app is designed to fully support Face ID?