Installation
A step-by-step guide on how to install Tap SDK on iOS.
Visit our Brankas Collection for iOS, to see a sample project of how to integrate the SDK.
Minimum Requirements
- Xcode 12 but preferably the latest version
- Minimum Target iOS Deployment: iOS 12
- Minimum Swift Tools Version: 5.3 but preferably the latest version
Installation
This set of instructions assumes that the IDE being used is Xcode
- The framework can be integrated to the project through the use of SPM (Swift Package Manager). To integrate, click your project > Package Dependencies, then the '+' button

- On the search bar, enter the URL: https://github.com/brankas/core-sdk-ios. Wait for the repository to be loaded then click Add Package

- Check the desired products you wish to integrate with, e.g DirectTap, then click on Add Package

- Check if package has already been added as a dependency

- Go to Frameworks, Libraries and Embedded Content and check if the selected framework has been added

- The application can now be run without any additional dependency.
Update
To update the framework to the latest version, go to File > Packages > Update to Latest Package Versions

Updated 8 months ago