iOS SDK
Using our iOS SDK makes it easy to integrate Shen.AI into a new or existing iOS app.
The best way to get started is to download and build one of our example apps:
- Swift example available here on GitHub (opens in a new tab).
- Objective-C example available here on GitHub (opens in a new tab).
The iOS integration uses the Objective-C API of the SDK, so it can be used directly in Swift and in Objective-C projects.
Installing the SDK package
The SDK is packaged as an iOS Framework. To start working with the SDK, you'll need to download the SDK package and extract it in your iOS codebase.
See the Customer Portal for SDK downloads.
Add the framework to your project by dragging it into the Xcode project navigator. Make sure to select the "Copy items if needed" option.
Further steps
Please see permissions, initialization, configuration and video measurement for further steps.