0

I'm struggling with the IOT Central SDK to send reported properties to my IOT Central but so far I haven't found any way to do it.

Have anyone managed to perform this very task? I have no problem sending properties or events / telemetries but I've been struggling with this for a while with no results.

Rodrigo
  • 733
  • 1
  • 10
  • 26

1 Answers1

0

The Device Twins features are supported for devices with the MQTT or AMQP protocols to the Azure IoT Central (Azure IoT Hub).

For your requirement such as using a device in the iOS Application, I do recommend using the MQTT protocol directly to the Azure IoT Central (Azure IoT Hub) and some iOS MQTT client library, for example MQTT-Client-Framework.

For test purposes of the features how to use the MQTT protocol directly, you can use any MQTT client tools such as MQTTBox, MQTT.fx, etc.

The following screen snippets show an example of using the MQTT protocol directly to the Azure IoT Central, where the MQTTBox client updated a device1 reported property (name battery):

enter image description here

enter image description here

Roman Kiss
  • 7,925
  • 1
  • 8
  • 21