Releases: brankas/core-sdk-ios
Releases · brankas/core-sdk-ios
Statement Tap Framework v2.1.1
2.1.1 - 2022-04-27
Fixed
- returning of errors via checkout function
Statement Tap Framework v2.1.0
Direct Tap Framework v3.1.1
3.1.1 - 2022-04-07
Changed
- Bank logoUrl format from svg to png
Direct Tap Framework v3.1.0
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
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
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
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
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
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
2.5.0 - 2022-01-07
Fixed
- End of transaction (success or failure) detection within the WebView for the new URL Format