Bold360 and BoldChat Developer Center

Create an account object

The first thing to do when we want to use this SDK is to create an instance of a BCAccount. BCAccount stands for an account identified by an access key received from the web setup.

Getting Started

BCAccount *account = [BCAccount accountWithAccessKey:@"<put your access key here>"];

An account object can perform a chat availability checking, and also can create chat sessions.