Skip to content

Banuba/quickstart-ios-cpp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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).

Getting Started

  1. Get the Banuba SDK client token. Please fill in our form on form on banuba.com website, or contact us via info@banuba.com.
  2. Install CocoaPods if you don't have it.
  3. Install required project dependencies by running pod install.
  4. Copy and Paste your client token into appropriate section of quickstart-ios-cpp/quickstart-ios-cpp/BanubaClientToken.h
  5. Open generated workspace (not a project!) in Xcode and run the example.

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature)
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request