Skip to end of banner
Go to start of banner

Installation

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Overview

You can install Gini Bank SDK either by using Swift Package Manager or by adding XCFrameworks to your project.

Filter by label

There are no items with the selected labels at this time.

Swift Package Manager

To install Gini Bank SDK as a Swift package, follow these steps:

  1. In project settings, find package dependencies, and click +.

  2. Start a search for the URL https://github.com/gini/bank-sdk-ios.git.

  3. In Dependency rule, select Exact version and type “3.0.0-beta04”.

  4. Import the Gini Bank SDK with import GiniBankSDK.

To use the certificate pinning in the library, follow these steps:

  1. In project settings, find package dependencies, and click +.

  2. Start a search for the URL https://github.com/gini/bank-sdk-pinning-ios.git

  3. In Dependency rule, select Exact version and type “3.0.0-beta04”.

  4. Import the Gini Bank SDK with import GiniBankSDKPinning.


XCFrameworks

If you prefer not to use a dependency management tool, you can integrate the Gini Bank SDK into your project manually by adding the following frameworks to your project:

  • GiniBankSDK.xcframework

  • GiniCaptureSDK.xcframework

  • GiniBankAPILibrary.xcframework

In case you want to use the certificate pinning, add the following frameworks:

  • GiniBankSDK.xcframework

  • GiniBankSDKPinning.xcframework

  • GiniCaptureSDK.xcframework

  • GiniCaptureSDKPinning.xcframework

  • GiniBankAPILibrary.xcframework

  • GiniBankAPILibraryPinning.xcframework

  • TrustKit.xcframework

The latest version of the frameworks is available on github.

  • No labels