smstuebe / xamarin-fingerprint

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

Plugin crashes when used on iPhone 4 (iOS 7) #18

Closed nielscup closed 7 years ago

nielscup commented 7 years ago

LAContext is not available before iOS8, so the plugin (and the app using the plugin) crashes on an iPhone4 with the following error: Wrapper type 'LocalAuthentication.LAContext' is missing its native ObjectiveC class 'LAContext'.

smstuebe commented 7 years ago

Thanks. I'll fix it.

nielscup commented 7 years ago

I already did! Check my pull request.

smstuebe commented 7 years ago

Thanks :+1: . ahh ok you updated the android PR. Mhh merge fun ^^ I'll have a look. Please send multiple PRs in the feature, if you find and fix more bugs.

nielscup commented 7 years ago

Yeah, that happened automatically, wasn't aware of that...