/azure-iot-on-ios

This is a sample which runs the Azure IoT C SDK on iOS using SwiftUI

Primary LanguageSwift

Azure IoT on iOS

This is a basic sample which will connect to Azure IoT Hub using the Azure IoT C SDK.

Steps to get working

  1. Make sure pod is installed on your machine.
  2. From the root of the project, run pod install.
  3. Open the cSDKonIOS.xcworkspace in XCode.
  4. Change the connection string here to your device.
  5. Build and run the sample!

Picture of the Screen

img{:height="50%" width="50%"}

Project Notes

  • This is built with SwiftUI which means iOS minimum version iOS 13.

Still to Do

  • Add OCR functionality to scan the connection string in the app so users don't have to input.