EddyVerbruggen / cordova-plugin-touch-id

:nail_care: 👱‍♂️ Forget passwords, use a fingerprint scanner!
MIT License
214 stars 72 forks source link

IOS build error after installing latest version of plugin #53

Open harshvardhan12 opened 6 years ago

harshvardhan12 commented 6 years ago

i updated the plugin to support faceID and then giving me error while taking build.

JoshTBerry commented 6 years ago

I deleted the FaceID implementation to fix it, your error may be different with it.

Seems like FaceID may not be functional yet

      if (@available(iOS 11.0, *)) {
        if (laContext.biometryType == LABiometryTypeFaceID) {
          biometryType = @"face";
        }