How to integrate SDK into my project? (iOS)
- Link BanubaEffectPlayer.xcframework to your app (choose embed framework).
- Add BanubaSdk as sub-project, link BabubaSdk.framework (choose embed framework).
- Embed effects in the app bundle (in Banuba SDK example we use effects folder for this).
- Add BanubaSdkManager.intialize in your AppDelegate.
- 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.