Kamil Nować

Results 5 comments of Kamil Nować

Update: I have investigated it further and I have found a differences in start method for Xamarin and android: android solution: ``` start() .addOnSuccessListener( unused -> { }) .addOnFailureListener( exception...

My simplified workaround: ``` public static TaskCompletionSource AgBluetoothTaskCompletionSource; public async void OnActivityResult(int requestCode, Result resultCode, Intent data) { if (requestCode != EnApiRequestCode || resultCode != Result.Ok) return; AgBluetoothTaskCompletionSource = new...

@mattleibow Thank you for the response. Yes, I have tested it. Until now it was tested on a wide variety of devices and on all it behaves in the similar...

@dlandi yes, we are using it in Denmark. Despite this issue with starting API is working fine.

@mattleibow xamarin sample application does not work at all as it is even not on a list of covid tracking apps. it is installed and enabled but android does not...