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

getting NSInvalidArgumentException error in Xamarin forms iOS at CrossFingerprint.Current.AuthenticateAsync(dialogConfig, cancellationToken);

Open divvugarimella opened this issue 4 years ago • 3 comments

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 ...

divvugarimella avatar Apr 01 '20 11:04 divvugarimella

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. :(

smstuebe avatar Apr 01 '20 21:04 smstuebe

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.

qsccs999 avatar Apr 16 '20 00:04 qsccs999

Was having the same issue, solved by putting some words on the reason as well.

it11111111 avatar Aug 07 '20 12:08 it11111111