Skip to content

Releases: dapi-co/Dapi-iOS

Dapi-iOS SDK 2.0.0

15 Nov 11:33

Choose a tag to compare

Added

  • Support Objective C.
  • Support Dynamic coloring.
  • Support Dark mode.

Fix

  • Fix country code issue.
  • Change AutoFlow delegate functions to be optional.

Dapi-iOS SDK 1.1.0

24 Oct 11:26

Choose a tag to compare

Added

  • Add transactions types
    • default: transaction won't include category and brandDetails
    • enriched: Each transaction object will have category and brandDetails properties.
    • categorized: Each transaction object will have a category property.

Dapi-iOS SDK 1.0.0

24 Oct 11:26

Choose a tag to compare

  • Rewriting the iOS SDK in Swift in order to modernize the code base.
  • Officially support SPM 🎉.

Dapi-iOS SDK 1.0.0-beta4

30 Sep 13:44

Choose a tag to compare

Pre-release

Fix

  • Refactor DapiConnections to DapiBankConnections.
  • Remove environment form DapiConfiguration
  • Remove completion from Start func
  • Fix Accounts UI issues.

Add

  • Add: change beneficiary to be nullable for create transfer.
  • Add: Dashboard beneficiary for create transfer.

Dapi-iOS SDK V1.0.0-beta3

26 Sep 10:27

Choose a tag to compare

Pre-release

Fix

Local SDK server error.

Add

successful message after init sdk.

Dapi-iOS SDK V1.0.0-beta2

20 Sep 10:25

Choose a tag to compare

Pre-release

Added

  • Handle no internet connection.
  • Make clientId associated with specific app key and environment.

Dapi-iOS SDK V1.0.0-beta1

14 Sep 13:24

Choose a tag to compare

Pre-release

Update

  • Remove Start func callback.
  • support MFA Multiple choices.

Dapi-iOS SDK V1.0.0-beta

14 Sep 09:04

Choose a tag to compare

Pre-release
  • Rewriting the iOS SDK in Swift in order to modernize the code base.
  • Officially support SPM 🎉.
  • Dapi pod now is using XCFramework.