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
Installation
We recommend integrating Tamara iOS SDK using Swift Package Manager for the best experience and easier updates.
To integrate using SPM:
- In Xcode, go to File > Add Packages…
- Enter the Tamara iOS SDK GitHub URL:
https://github.com/Tamara-Technology/ios-sdk - Choose the latest version and add the package to your project.
- 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.
Updated 1 day ago