maheshkumar1989

Results 2 comments of maheshkumar1989
trafficstars

> Using this plugin like that: `var result = await Device.InvokeOnMainThreadAsync(() => CrossFingerprint.Current.AuthenticateAsync(new("","")))` solves the issue :) We tried this process, it worked with debug mode but it's not working...

> I have the same issue and @wstanczewski's solution is not working for me. As a workaround I wait 500ms before calling `AuthenticateAsync` and it's working. > > ``` >...