You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var request = new AuthenticationRequestConfiguration("Enable Touch ID", "");
var setupResult = await CrossFingerprint.Current.AuthenticateAsync(request);
Expected behavior
Should not crash on iOS
Actual behavior
App crashes on iOS
Crashlog
Objective-C exception thrown. Name: NSInvalidArgumentException Reason: Non-empty localizedReason must be provided.
Configuration
**Version of the Plugin: 2.1.5
Works fine, no crash on Android with empty string for AuthenticationRequestConfiguration reason.
The text was updated successfully, but these errors were encountered:
Have you tried what the error message suggests? (set a non-empty reason) :D If iOS want's a reason, the plugin can't do anything about it (except adding an additional validation).
Steps to reproduce
Expected behavior
Should not crash on iOS
Actual behavior
App crashes on iOS
Crashlog
Objective-C exception thrown. Name: NSInvalidArgumentException Reason: Non-empty localizedReason must be provided.
Configuration
**Version of the Plugin: 2.1.5
Works fine, no crash on Android with empty string for AuthenticationRequestConfiguration reason.
The text was updated successfully, but these errors were encountered: