iOS device BOOL

I have a question about iOS device discrimination. On iPadPro(12.9), I want to know how to distinguish touchID and faceID devices. It is the same size(2048x2732), it can’t be discrimination.

Umm… the first thing is on my mind, is to check

LAContext.biometryType == LABiometryTypeFaceID
1 Like