xamarin-fingerprint icon indicating copy to clipboard operation
xamarin-fingerprint copied to clipboard

GetAuthenticationTypeAsync return Fingerprint instead Face

Open FetFrumos opened this issue 4 years ago • 14 comments

I have android phone with Face Id. I activated FaceID +Pin on my device. But CrossFingerprint.Current.GetAuthenticationTypeAsync() return Fingerprint instead Face. I use last nuget package 2.0.0 - alpha4

Steps to reproduce

1.Run sample project on android device with active FaceId.

Expected behavior

Auth Type = Face

Actual behavior

Auth Type = Fingerprint

Crashlog

I have not crash.

Configuration

Version of the Plugin: e 2.0.0 - alpha4

Platform: Android 8.1

Device: TP-Link Neffos C9a

FetFrumos avatar Nov 30 '19 17:11 FetFrumos

Hi @FetFrumos,

I'm the friendly issue checker. Thanks for using the issue template :star2: I appreciate it very much. I'm sure, the maintainers of this repository will answer, soon.

smsissuechecker avatar Nov 30 '19 17:11 smsissuechecker

I encountered the same problem with Fingerprint.GetAuthenticationTypeAsync().

atantasook avatar Feb 26 '20 21:02 atantasook

I encountered the same problem with Fingerprint.GetAuthenticationTypeAsync().

I have the same issue, any news on this issue ?

AngelAndresM avatar Feb 28 '20 15:02 AngelAndresM

@atantasook , @AngelAndresM Did you get the any solution for it?

nrb1238 avatar Apr 29 '20 12:04 nrb1238

Still seeing this issue on latest versions 2.0.0 and 2.1.1

bethany-edgar avatar Jun 29 '20 19:06 bethany-edgar

I am also facing same issue on the version of 2.1.0, I am getting touch id even the Face id enabled on the device. If anyone have the solution for this issue, please help me as we want to add Touch and Face id both the biometric options in our application.

Thanks and regards: John

JohnBirju avatar Jul 22 '20 10:07 JohnBirju

Any solution for this issue?

Deepak1403 avatar May 05 '21 12:05 Deepak1403

Any solution?

angelru avatar Jun 28 '21 09:06 angelru

AFAIK: Android has no method to safely determine if it's face or finger. I don't know any API to get this information

smstuebe avatar Jun 28 '21 15:06 smstuebe

@smsissuechecker iOS has it?

angelru avatar Jun 28 '21 15:06 angelru

yes

smstuebe avatar Jun 28 '21 15:06 smstuebe

it was the reason to implement it

smstuebe avatar Jun 28 '21 15:06 smstuebe

I have not seen it in the sample or I did not realize it, how can I check if it is face or fingerprint in iOS?

angelru avatar Jun 28 '21 15:06 angelru

via the method this issue is all about GetAuthenticationTypeAsync() ^^

smstuebe avatar Jun 28 '21 16:06 smstuebe