hieuvp / react-native-fingerprint-scanner

Provide Fingerprint, Touch ID, and Face ID Scanner for React Native (Compatible with both Android and iOS)
https://www.npmjs.com/package/react-native-fingerprint-scanner
870 stars 298 forks source link

[iOS] (TouchID) Dialog sometimes not showing on iOS 13 #98

Closed LasseSLambertsen closed 4 years ago

LasseSLambertsen commented 4 years ago

Hi, I've just implemented this library, but experiencing some problems on iOS 13.

The TouchID dialog, doesn't always show, but when touching the fingerprint scanner, it quickly shows and authenticates.

I'm running newest RN 0.61.1 and react-native-fingerprint-scanner 3.0.0

phillbaker commented 4 years ago

Thanks for opening an issue. Is this happening on a real device or the simulator? What model is it?

On Fri, Oct 4, 2019 at 5:10 AM LasseSLambertsen notifications@github.com wrote:

Hi, I've just implemented this library, but experiencing some problems on iOS 13.

The TouchID dialog, doesn't always show, but when touching the fingerprint scanner, it quickly shows and authenticates.

I'm running newest RN 0.61.1 and react-native-fingerprint-scanner 3.0.0

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hieuvp/react-native-fingerprint-scanner/issues/98?email_source=notifications&email_token=AAAXCKMXQWH42GMHWQWKVC3QM4CAPA5CNFSM4I5NHRHKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HPT3YCQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAXCKNT33URGJZDVT4EF3LQM4CAPANCNFSM4I5NHRHA .

LasseSLambertsen commented 4 years ago

Happening on a real iPhone 8

ItsNoHax commented 4 years ago

Also running into this: I assume it's to do with some new iOS 13 change.

phillbaker commented 4 years ago

It looks like this is due to an upstream bug in iOS 13 (so not something this library can address). Sources:

phillbaker commented 4 years ago

There are some reports that iOS 13.1.3 fixes this: https://github.com/EddyVerbruggen/cordova-plugin-touch-id/issues/84#issuecomment-544321805

ItsNoHax commented 4 years ago

Yes, I am also seeing this being fixed with iOS 13.1.3

phillbaker commented 4 years ago

Going to close, thanks all!