Releases: dapi-co/Dapi-iOS
Releases · dapi-co/Dapi-iOS
Dapi-iOS SDK 2.0.0
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
Added
- Add transactions types
default: transaction won't include category and brandDetailsenriched: Each transaction object will have category and brandDetails properties.categorized: Each transaction object will have a category property.
Dapi-iOS SDK 1.0.0
- Rewriting the iOS SDK in Swift in order to modernize the code base.
- Officially support SPM 🎉.
Dapi-iOS SDK 1.0.0-beta4
Fix
- Refactor DapiConnections to DapiBankConnections.
- Remove environment form
DapiConfiguration - Remove completion from
Startfunc - 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
Fix
Local SDK server error.
Add
successful message after init sdk.
Dapi-iOS SDK V1.0.0-beta2
Added
- Handle no internet connection.
- Make clientId associated with specific app key and environment.
Dapi-iOS SDK V1.0.0-beta1
Update
- Remove
Startfunc callback. - support MFA Multiple choices.
Dapi-iOS SDK V1.0.0-beta
- Rewriting the iOS SDK in Swift in order to modernize the code base.
- Officially support SPM 🎉.
- Dapi pod now is using XCFramework.