Skip to content
Charles GRIMONT edited this page Jul 17, 2018 · 15 revisions

This is the place to discuss development and contribution to c8osdk for iOS.

You’ll find pages about coding style, project structure, release and running the tests.

Get started

The better way to understand convertigo's sdk is to read convertigo reference manual about SDKs.

You can also read Convertigo's programming guide

Working on c8osdk-ios

c8osdk-ios is divided in two parts:

  • swift-cocoapods package
  • react-native package

swift cocoapods package

This is the main package that you can find on branch master. The devloppment, and add of new features is organized around this branch.

Clone this wiki locally