Install the SDK

In order to install the SDK, we use CocoaPods, a dependency manager for iOS/MacOS projects.

Learn more about CocoaPods.

In your podfile, insert the following pod info:

# other podfile info

target '*Your-Target*'
use_frameworks!

pod 'CMPComapiChat'

end

then, in your project directory, run:

$ pod install

To use the framework, import:

#import <CMPComapiChat/CMPComapiChat.h>
import CMPComapiChat

and you're ready to continue.