Installation

Welcome to the Payabl iOS SDK integration guide. This page explains how to install the SDK and initiate a payment using the latest supported approach

Prerequisites

Before integrating the SDK, ensure your development environment meets the following requirements:

  • iOS Deployment Target: iOS 16.0 or later
  • Xcode: Version 15 or later
  • Swift: Version 5 or later
  • UI Framework Support: Compatible with both UIKit and SwiftUI

Installation

You can install the Payabl SDK using Swift Package Manager:

  1. Open your Xcode project.
  2. Go to File > Add Packages.
  3. Enter the following repository URL: https://github.com/payabl-plugins/payablMerchant-iOS
  4. Choose our latest SDK version
  5. Make sure the SDK is added to the correct target in your project.

Additional Resources


Next Step

Continue with the Integration


Did this page help you?