How to integrate SDK into my project? (iOS)

  1. Link BanubaEffectPlayer.xcframework to your app (choose embed framework).
  2. Add BanubaSdk as sub-project, link BabubaSdk.framework (choose embed framework).
  3. Embed effects in the app bundle (in Banuba SDK example we use effects folder for this).
  4. Add BanubaSdkManager.intialize in your AppDelegate.
  5. See the ViewController.swift in our Demo project as an example and complete the integration.

Read more in the iOS getting started section.

See our GitHub for more integration examples.