Wojciech Stańczewski
Wojciech Stańczewski
I can confirm that using this plugin like that: `var result = await Device.InvokeOnMainThreadAsync(() => CrossFingerprint.Current.AuthenticateAsync(new("","")))` solves the issue :)
I'm having the same issue, Android 11
I think this issue is a duplicate of #182
Using this plugin like that: `var result = await Device.InvokeOnMainThreadAsync(() => CrossFingerprint.Current.AuthenticateAsync(new("","")))` solves the issue :)
I'm facing exact same issue
@rezamohamed I had the same problem in my Xamain.Forms Project. I managed to get it working by downgrading FFImageLoading nugets to the v2.4.6.929 versions.