devicekit / DeviceKit

DeviceKit is a value-type replacement of UIDevice.
MIT License
4.42k stars 430 forks source link

hasBiometricSensor with Catalyst always returns false #247

Closed laszlo-major closed 4 years ago

laszlo-major commented 4 years ago

It seems that currently Device.current.hasBiometricSensor always returns false in a Catalyst app. Is there an elegant way to catch all touchID macbooks or it will require adding all the models?

Cheers

Zandor300 commented 4 years ago

It will require adding all models of all Macs to support this on macOS, natively or through Catalyst.

See https://github.com/devicekit/DeviceKit/issues/184