Quick start examples for integrating Banuba SDK on iOS in C++ apps.
Important
Please use v0.x branch for SDK version 0.x (e.g. v0.38).
- Get the Banuba SDK client token. Please fill in our form on form on banuba.com website, or contact us via info@banuba.com.
- Install CocoaPods if you don't have it.
- Install required project dependencies by running
pod install
. - Copy and Paste your client token into appropriate section of
quickstart-ios-cpp/quickstart-ios-cpp/BanubaClientToken.h
- Open generated workspace (not a project!) in Xcode and run the example.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request