smstuebe / xamarin-fingerprint

Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor
Microsoft Public License
494 stars 118 forks source link

NoSensor error Galaxy S8 #129

Closed yero007 closed 5 years ago

yero007 commented 5 years ago
  1. Calling the authenticate async method

Expected behavior

Show the fingerprint dialog

Actual behavior

I get a no sensor error result

Crashlog

No exception. The app does not crash just the result is wrong.

Configuration

Version of the Plugin: latest

Platform: Android 9.0

Device: Samsung Galaxy S8

The code worked on Android 8.0 until I updated the software to 9.0. Has anyone else had this issue?

smsissuechecker commented 5 years ago

Hi @yero007,

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.

marcelam28 commented 5 years ago

I’m having the same issue...

Davidoff94 commented 5 years ago

I also had this issue. Can anyone help us?

petricelealexandru commented 5 years ago

I am experiencing the same issue.

IustinT commented 5 years ago

Tested on Samsung S8, Android 9 on plugin v1.4.8 and v1.4.9 and it worked fine.

v1.4.7 did not work, it logs some errors to the console without crashing the app.

yero007 commented 5 years ago

Thank you! The issue was with a miss management between the core and the android version. It worked on 1.4.9!