I have a Xamarin.Forms shared project created for Android 7.0 and UWP.
What I am attempting to do is receive information from an IoT hub on Azure.
I have previously been able to receive telemetry to a console application by following this tutorial
https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-csharp-csharp-getstarted
I was using Microsoft.ServiceBus.Messaging library
Is this not supported on Android? and if so, is there a way to receive messages on an android device from an IoT hub using Xamarin?