Hello, I have a WCF Service that works fine in Xamarin.Android but does not work on Android when using Xamarin.Forms. It works on UWP but not on Android. I initialize it like this: Service.ServiceClient client = new Service.ServiceClient();
.
Am I doing it wrong?