Setup Your Environment

  1. Download the framework

  2. Drag and drop the downloaded framework into your project. Please select the “Copy items if needed” option before pressing the “Finish” button.

    Add Framework
  3. In the target settings for your app, set the SukiAmbientCore.framework to “Embed & Sign”. This can be found in the “Frameworks, Libraries, and Embedded Content” section of the “General” tab.

    Embed Framework
  4. Ensure that your Info.plist includes the NSMicrophoneUsageDescription key-value pair. This is mandated by Apple for accessing the device microphone, a crucial component for recording patient-doctor conversations.

After installation, proceed to configure your application to start using the SDK features.