Skip to content

ChartBoost/ios-sdk-example

Repository files navigation

Chartboost SDK iOS Example App

Version 9.7.0

Our example app showcases how to integrate the Chartboost SDK.

Versions

The master branch includes the example app supporting the latest version of the Chartboost SDK.

For previous SDK versions check out the other branches.

Targets

The ChartboostExample project includes two targets:

  • ChartboostExample: Manual dependency management.

It requires the ChartboostSDK.xcframework, which is already in the root directory (where this readme is) and linked to the Xcode project. You can download the latest version of the Chartboost SDK here.

  • ChartboostExample-Pods: CocoaPods dependency management.

Just go into the project directory and run pod install.