Skip to content

genome-eu/payment-sdk-ios

Repository files navigation

Genome Payment iOS SDK

Cocoapods License Platform

The Genome Payment iOS SDK makes it quick and easy to build a payment screen in your iOS app. We provide customizable PayPaymentViewController that can be used out-of-the-box.

Content

Requirements

iOS 13 or above

Installation

  1. If you haven’t already, install the latest version of CocoaPods.

  2. If you don’t have an existing Podfile, run the following command to create one:

pod init
  1. Add this line to your Podfile
pod 'GenomePaymentSdk'
  1. Run the following command:
pod install
  1. Don’t forget to use the .xcworkspace file to open your project in Xcode.

  2. In the future, to update to the latest version of the SDK, run:

pod update GenomePaymentSdk

Integration prebuilt UI

How to use prebuilt UI see here.