Consuming Provision client from IOS swift

Munaga, Uday Kiran 21 Reputation points
2021-09-14T05:48:27.92+00:00

Hi,
First time I am trying to consume DPS to register devices in IoT HUB. I saw azure C SDK. Not sure how to add Provisiong device Client in the iOS project.

pod 'AzureIoTHubClient'

On adding the above line in the podfile, AzureIoTHubClient, AzureIoTUtility, AzureMQTT related classes got added.
Can you guide me on how I can access azure_prov_client?
Didn't find any docs explaining this or samples that show how to consume provision client from Objective C/Swift language.

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,115 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
207 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. António Sérgio Azevedo 7,661 Reputation points Microsoft Employee
    2021-09-14T11:51:43.627+00:00

    Hello @Munaga, Uday Kiran see here the list of CocoaPods for Microsoft Azure IoT

    [UPDATE] There is no CocoaPods for Provisioning Client.

    Check some samples here: https://github.com/Azure-Samples/azure-iot-samples-ios

    Thanks

    2 people found this answer helpful.