Skip to content

Releases: dapi-co/DapiSDK-iOS

DapiSDK-iOS v2.13.0

27 Jun 11:09

Choose a tag to compare

2.13.0 - 2021-06-27

Fixed

  • Transaction object fields are now optional (nullable).

DapiSDK-iOS v2.12.0

22 Jun 07:03

Choose a tag to compare

2.12.0 - 2021-06-22

This is an RC version of the SDK hopes to resolve points mentioned in Fixed section.

Fixed

  • Fix crash caused by CoreData being run on a background thread.

DapiSDK-iOS v2.11.0

16 Jun 21:13

Choose a tag to compare

2.11.0 - 2021-06-17

Added

  • Get Cards API from cache connection.cards.

DapiSDK-iOS v2.10.0

16 Jun 13:29

Choose a tag to compare

2.10.0 - 2021-06-16

Added

  • Get Cards API connection.getCards(_: ([DapiCard]?, Error?, String?)).
  • Get Card Transactions API connection.getTransactionsFor(_: DapiCard, from: Date, to: Date, completion: ([DapiTransaction]?, Error?, String?)).

DapiSDK-iOS v2.9.0

06 Jun 06:32

Choose a tag to compare

2.9.0 - 2021-06-06

Fixed

  • Accounts selection UI filters accounts of the passed connection.

Added

  • connection.getConnectionParameters() now returns a dictionary representation of the connection.
  • DapiBankConnection.create(_ connectionParameters: [String: Any]) to create a connection programmatically.

DapiSDK-iOS v2.8.0

26 May 07:13

Choose a tag to compare

2.8.0 - 2021-05-26

Fixed

  • Caching accounts from the same bank account for different clientUserID.
  • Crash caused by calling getBeneficiaries with an MFA.

DapiSDK-iOS v2.7.2

22 May 10:00

Choose a tag to compare

Fixed

  • Removed comments.

DapiSDK-iOS v2.7.1

22 May 09:54

Choose a tag to compare

Fixed

  • MFA fields are fixed to handle multiple inputs.

DapiSDK-iOS v2.7.0

19 May 09:01

Choose a tag to compare

Added

  • DapiBankConnection has 3 new properties for bank logos: fullLogo, halfLogo and miniLogo.

Fixed

  • A crash occuring when opening transfer UI with bank connection has no accounts.
  • createTransfer callback is fired with error when user taps on back button of transfer UI.

DapiSDK-iOS v2.6.0

05 May 01:57

Choose a tag to compare

  • createTransfer API supports amount value of type double.
  • Configurations supports hiding buttons on connect and account selection UI.
  • A delegate method when for bank requesting feature.