Forum Discussion
Nagaraja Ganiga
Jul 10, 2017Copper Contributor
How can I push the data collected from IoT devices to Microsoft Azure IoT hub?
I need to connect my cell phone to the IoT sensors (Say BLEs) and collect the data which needs to be sent or stored into Azure. Is there any App (preferably mobile App) through which I can handle my...
Olivier Bloch
Jul 10, 2017Copper Contributor
The https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-sdks do support mobile platforms.
You can use Xamarin on all mobile platforms, or you can use Java on Android. We don't have support for iOS in our C SDK just yet but that's work in progress.