Skip to content

Releases: brankas/core-sdk-ios

Statement Tap Framework v2.1.1

27 Apr 04:37
Compare
Choose a tag to compare

2.1.1 - 2022-04-27

Fixed

  • returning of errors via checkout function

Statement Tap Framework v2.1.0

18 Apr 04:30
Compare
Choose a tag to compare

2.1.0 - 2022-04-18

Changed

  • getEnabledBanks parameter closure: @escaping ([BankCode], String?) -> Void to closure: @escaping ([Bank], String?) -> Void

Direct Tap Framework v3.1.1

07 Apr 03:26
Compare
Choose a tag to compare

3.1.1 - 2022-04-07

Changed

  • Bank logoUrl format from svg to png

Direct Tap Framework v3.1.0

04 Apr 03:36
Compare
Choose a tag to compare

3.1.0 - 2022-04-01

Changed

  • getSourceBanks parameter closure: @escaping ([BankCode], String?) -> Void to closure: @escaping ([Bank], String?) -> Void

Added

  • Bank class that includes FundTransferLimit (pertains to bank transfer minimum and maximum amounts), FundTransferFee (pertains to interbank and interbank transfer fees, if there are), country, logo URL, name of the bank and its corresponding BankCode

Statement Tap Framework v2.0.0

28 Feb 03:23
Compare
Choose a tag to compare

2.0.0 - 2022-02-24

Added

  • option to do Statement Retrieval via StatementRetrievalRequest passed inside StatementTapRequest after Tap Web Session
  • added separate function retrieveCheckoutURL to get the checkout URL
  • added getEnabledBanks function to retrieve available banks for statement retrieval

Changed

  • removed showInBrowser option from StatementTapRequest because just retrieving the URL is already in another function
  • bankCodes from StatementTapRequest now accepts nil value; if it is set to nil, all enabled banks will be shown automatically in the Tap Web Application

Direct Tap Framework v3.0.0

07 Feb 06:34
Compare
Choose a tag to compare

3.0.0 - 2022-02-03

Changed

  • removed None option from BrowserMode enum
  • protocol CoreDelegate parameter to closure in both checkout and checkoutWithinSameScreen functions to make calling of the functions easier and more convenient

Added

  • separate function retrieveCheckoutURL to get the URL instead of launching within the internal WebView. This is a replacement to the None Option from BrowserMode
  • internal calling of Retrieve Transaction API Service to return the Transaction object every after Tap Web Session
  • getSourceBanks() function to retrieve all available source banks for the specified destination bank

Direct Tap Framework v2.7.0

27 Jan 06:47
Compare
Choose a tag to compare

2.7.0 - 2022-01-26

Changed

  • made terminate() function private and explicitly called when Internal WebView is destroyed

Direct Tap Framework v2.6.0

18 Jan 04:01
Compare
Choose a tag to compare

2.6.0 - 2022-01-13

Added

  • function for retrieving the current Framework Version
  • function for retrieving the Mobile Application Signature (Bundle Identifier and Seed ID)
  • support for transactional retries within the WebView

Statement Tap Framework v1.4.0

18 Jan 04:02
Compare
Choose a tag to compare

1.4.0 - 2022-01-13

Added

  • function for retrieving the current Framework Version
  • function for retrieving the Mobile Application Signature (Bundle Identifier and Seed ID)
  • support for transactional retries within the WebView

Direct Tap Framework v2.5.0

11 Jan 03:35
Compare
Choose a tag to compare

2.5.0 - 2022-01-07

Fixed

  • End of transaction (success or failure) detection within the WebView for the new URL Format