How do we connect Android/iOS app to Azure IoT Central and send Telemetry data?
问题 We have registered our IOT device on Azure IOT Central and able to visualise Telemetry data on IoT Central. But when we use the Primary key generated on IOT central in Android Sample app by Azure to send Telemetry we cannot visualise the data. Am I missing anything? How do we register iOS and Android as a device on IoT Central to visualise the data? 回答1: The following screens snippet show an example of the sending a telemetry data to the IoT Central App using the REST Post request: Clicking