Azure IoT C SDK
|
Cocoapods support is deprecated and will be removed on June 1, 2023
The Microsoft Azure IoT C SDK is available as five Objective-C CocoaPods:
Samples in Swift for iOS are here.
iOS Limitations
For a more complete iOS experience including the two missing features above, please see our sample native Swift library built on top of the Embedded C SDK.
Using Objective-C libraries within another Objective-C app or library requires setting up header search paths just like typical C libraries require
The header search path values you'll need to set for the Azure IoT CocoaPods are:
${PODS_ROOT}/AzureIoTHubClient/inc/
${PODS_ROOT}/AzureIoTHubServiceClient/inc/
${PODS_ROOT}/AzureIoTUtility/inc/
${PODS_ROOT}/AzureIoTuMqtt/inc/
${PODS_ROOT}/AzureIoTuAmqp/inc/
Swift apps and libraries can use Azure IoT CocoaPods with standard Swift imports:
import AzureIoTHubClient
import AzureIoTHubServiceClient
import AzureIoTuAmqp
import AzureIoTuMqtt
import AzureIoTUtility