Mark from Kumulos here. Assuming you have enabled the App Build feature, created tables to store your data, created API methods to access your data and then deployed your API methods to the Kumulos API servers. Download your SDK from your Kumulos console and follow these instructions to integrate the SDK into your Xcode project.
- Unzip the
bindings.zip
file
- Navigate to the IOS_OSX folder
- Open your Xcode project
- Drag and drop the
Kumulos.h
, Kumulos.m
, and libKumulos.h
files into your Xcode project.
- If building for iOS, also add
libKumulos_iOS_vx.x.x.a
to the project. If building for OSX, add libKumulos_OSX_vx.x.x.a
to the project instead
We've updated our docs site to make this process clearer. For any other queries, please do not hesitate to contact technical support from within your console.
Mark.