Lincoln Borges Ferreira
Lincoln Borges Ferreira
They have fingerprints inserted in the cellphone database?
In my case, android devices returns 'true' if they have support. iOS returns 'TouchID' or 'FaceID'. I did an workaround to make it work properly checking this things. I don't...
@ligwang my answer above shows the solution... android returns true or false, ios returns TouchID or FaceID as literal strings... you just have to work with this returns.
> > @ligwang my answer above shows the solution... android returns true or false, ios returns TouchID or FaceID as literal strings... you just have to work with this returns....
Did you make it work? I need the same thing here...
My temporary solution: I forked the project, edited the java class that have the english message, then commited. Included "my library" in the project and it solved.