iOS SDK

Functionalities

  • WebKit WebView handler, to display the Tamara checkout page on your application.
  • Tamara "Learn More" view, to display a short and crisp description about Tamara.

iOS SDK Integration Workflow

iOS App Tamara SDK Backend Tamara Create order Return checkout_url Return checkout_url Call create checkout session API

Installation

We recommend integrating Tamara iOS SDK using Swift Package Manager for the best experience and easier updates.

To integrate using SPM:

  1. In Xcode, go to File > Add Packages
  2. Enter the Tamara iOS SDK GitHub URL:
    https://github.com/Tamara-Technology/ios-sdk
  3. Choose the latest version and add the package to your project.
  4. Import the SDK where needed:
import TamaraSDK

Download the Example SDK
GitHub - Tamara iOS SDK

The repository includes documentation on how to use our iOS SDK, as well as a list of the supported functions.