devicekit / DeviceKit

DeviceKit is a value-type replacement of UIDevice.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hasBiometricSensor with Catalyst always returns false

laszlo-major opened this issue · comments

commented

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

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

See #184