Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@145a5
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "TSD"
labelskb-how-to-article

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.

...