I'm breaking my head and looking for an example code that asks permission to some recourse (camera, GPS), and everyone I meet makes use of ContextCompat.CheckSelfPermission, however the Xamarin.Android.Support.Compat package is incompatible with .NET Standard 2.0.
Does anyone have any tips on how to request runtime permissions in this case?
Even the link article below seems to use this package.
Att.
Leonardo Freitag