EddyVerbruggen / cordova-plugin-touch-id

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

"Class not found" when calling isAvailable #71

Closed adamdport closed 5 years ago

adamdport commented 5 years ago

Trying this plugin for the first time. When I call isAvailable in my emulator, my error function (second callback function) runs and is passed the message "Class not found". My emulator DOES have touchID available and was working with another plugin. I AM waiting for deviceready so it's not that.

Any ideas?

danicholls commented 5 years ago

Is this on Android? I'm having the same result in #72 (with real devices, not an emulator).

adamdport commented 5 years ago

Yes, Android.

danicholls commented 5 years ago

FYI, as I just realized over in the other issue, Android isn't covered by this plugin. See https://github.com/mjwheatley/cordova-plugin-android-fingerprint-auth for an Android auth plugin.

adamdport commented 5 years ago

Wow. How embarassing. Totally didn't notice that. Thanks!