Hello,
I’m trying to use Expo.LocalAuthentication for fingerprint and/or FaceID. It works fine on iOS, it works fine on Android in Expo but if I build a standalone app it doesn’t work anymore Android (still fine on iOS though)…
“sdkVersion”: “32.0.0”
When doing:
let compatible = await Expo.LocalAuthentication.hasHardwareAsync();
let got = await Expo.LocalAuthentication.isEnrolledAsync();
Neither of those calls returns (tested them in different order). What could be the cause? I’m using it fine on another app with the same sdk, so I’m really lost at the moment.