Android fingerprint API for time attendance app -
i build app allows employees scan fingerprint support of android app. right fingerprint api (touch id or android imprint) allows login app. there 3rd party api allows usage of api collect fingerprint , attach employee record, , verify when scan finger? thanks.
no. in fact, android compatibility definition android 6.0 states in fingerprint section (7.3.10):
must not enable 3rd-party applications distinguish between individual fingerprints.
therefore while write app uses fingerprint mechanism authenticate user, registered fingerprint associated current user account used.
this mean if want differentiate each employee, need own user account or device, rather having single instance of app works multiple users.
Comments
Post a Comment