Face ID on iPhone X

There is a useful thread on how to use Touch ID

The code will work, as the API is the same, but there will be a warning message "This app was designed to support Touch ID. It has not been updated for Face ID"

At some stage, Apple may perhaps reject apps that don't have the necessary.

However, it seems all you need to do is add a PlistExtra key, NSFaceIDUsageDescription

B4X:
PlistExtra: <key>NSFaceIDUsageDescription</key><string>Use Face ID to unlock my wonderful app</string>
 
Top