Use the following instructions to build the Objective-C endpoint SDK for iOS.
First, ensure the following components are installed on your machine.
Then, proceed as follows:
Run the following command with script available in the SDK root directory:
./build.sh compile |
Under the hood Objective-C endpoint SDK uses CocoaLumberjack framework for logging. By default SDK logs only warnings and errors. In order to change current SDK logging level open Kaa/KaaLogging.m file and assign to ddLogLevel variable one of the following constants:
DDLogLevelVerbose
DDLogLevelDebug
DDLogLevelInfo
DDLogLevelWarning
DDLogLevelError
DDLogLevelAll
DDLogLevelOff
Copyright © 2014-2015, CyberVision, Inc.