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

  1. Xcode 14 but preferably the latest version
  2. Minimum Target iOS Deployment: iOS 12
  3. Minimum Swift Tools Version: 5.3 but preferably the latest version

Installation

This set of instructions assumes that the IDE being used is Xcode

  1. The framework can be integrated to the project through the use of SPM (Swift Package Manager). To integrate, select your project, Package Dependencies and + button

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

  1. Select your desired products e.g. DirectTap and Add Package

  1. Check if package has already been added as a dependency

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

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