【发布时间】:2016-01-07 06:46:44
【问题描述】:
我在以下网址学习了 Azure IoT 教程:
https://azure.microsoft.com/en-us/documentation/articles/iot-hub-csharp-csharp-getstarted/
一切都很好。
我现在有一个新要求,即从 iPhone 连接到 IoT 中心。在 C# 示例中,我必须下载适当的 NuGet 包 (Microsoft.Azure.Devices.Client) 并使用 DeviceClient 类。
是否有类似的“包”可用于 iPhone 开发? iOS 设备如何连接到 Azure IoT 中心?
【问题讨论】:
标签: ios iphone azure iot azure-iot-hub