xamarin-fingerprint
xamarin-fingerprint copied to clipboard
getting NSInvalidArgumentException error in Xamarin forms iOS at CrossFingerprint.Current.AuthenticateAsync(dialogConfig, cancellationToken);
Objective-C exception thrown. Name: NSInvalidArgumentException Reason: Non-empty localizedReason must be provided.
I am using plugin.fingerprint nugget package and version 2.11 latest stable it's working fine in android but not in iOS if any idea please let me know Thanks in advance
Steps to reproduce
Expected behavior
Tell us what should happen
Actual behavior
Tell us what happens instead
Crashlog
If something causes an exception paste full stack trace + Exception here
Configuration
Version of the Plugin: e.g. 1.0.0 / 1.0.1-alpha3
Platform: e.g. iOS 10.1 / Android 4.4 / ... (including version!!! e.g. Android 5.1 / i0S 10)
Device: e.g. HTC Sensation /i Phone 7 ...
maybe give me more info? I could guess what the problem is, but then you guys will never learn how to use the issue template. Please fill in everything. :(
I got a similar error, and that's because I put an empty string for the reason of AuthenticationRequestConfiguration. I solved it by put some words in the reason.
Was having the same issue, solved by putting some words on the reason as well.