IngenicoConnectKit 5.13.0

IngenicoConnectKit 5.13.0

TestsTested
LangLanguage SwiftSwift
License NOASSERTION
ReleasedLast Release Feb 2024
SPMSupports SPM

Maintained by Ingenico ePayments, Worldline Global Collect.



 
Depends on:
Alamofire~> 5.4
CryptoSwift= 1.4.0
 

  • By
  • Ingenico

Ingenico Connect Swift SDK

The Ingenico Connect Swift SDK provides a convenient way to support a large number of payment methods inside your iOS app. It supports iOS 8.0 and up out-of-the-box. The Swift SDK comes with an example app that illustrates the use of the SDK and the services provided by Ingenico ePayments on the Ingenico ePayments platform.

See the Ingenico Connect Developer Hub for more information on how to use the SDK.

Use the SDK with Carthage or CocoaPods

The Ingenico Connect Swift SDK is available via two package managers: CocoaPods or Carthage.

CocoaPods

You can add the Swift SDK as a pod to your project by adding the following to your Podfile:

$ pod 'IngenicoConnectKit'

Afterwards, run the following command:

$ pod install

Carthage

You can add the Swift SDK with Carthage, by adding the following to your Cartfile:

$ github "Ingenico-ePayments/connect-sdk-client-swift"

Afterwards, run the following command:

$ carthage update

Run the SDK locally

To obtain the Swift SDK, first clone the code from GitHub:

$ git clone https://github.com/Ingenico-ePayments/connect-sdk-client-swift.git

Open the Xcode project that is included to test the SDK.