Getting started
System requirements
- Xcode minimum SDK: 9
- iOS minimum version: 11.0
Adding the SDK to your project
You should have been provided with a sodk.framework file for your project. This file is effectively the SmartOffice Developer Kit and contains all the SDK code required for your projects.
The linked framework should be added to your project file system and then referenced in the Frameworks section in Xcode.
See the Xcode screenshot below for an example:

Verify your integration
To ensure you have correctly added the framework to your project ensure that your relevant source code files can reference the SDK via your Objective-C or Swift code.
#import <sodk/sodk.h>
import sodk
