Get started

iOS quickstart

How to add the Extentos iOS library to a SwiftUI or UIKit app via Swift Package Manager — required Info.plist keys (NSCameraUsageDescription, NSMicrophoneUsageDescription, NSSpeechRecognitionUsageDescription, NSBluetoothAlwaysUsageDescription, plus the MWDAT dictionary for Meta DAT integration), Wearables.configure() initialization in the App entry point, and the first capability call against the simulator. Currently a stub — the agent-driven path at /docs/getting-started/with-agent covers the same workflow today via generateConnectionModule.

Coming soon. This page will cover SwiftPM install, Info.plist setup, and the first capability call from a SwiftUI or UIKit app.

What this page will cover

  • Add Extentos via Swift Package Manager
  • Required Info.plist keys (Bluetooth, microphone, camera, external accessory)
  • Initialize Extentos in App entry point
  • Make your first capability call
  • Verify in the browser simulator