How to install and set up the Suki Mobile SDK
Download the framework
Drag and drop the downloaded framework into your project. Please select the “Copy items if needed” option before pressing the “Finish” button.
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.
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.