December 18, 2023
- Fixed translations
December 18, 2023
- Copy updates
December 14, 2023
- Added support for Ireland
November 1, 2023
- Added support for end to end id
August 30, 2023
- Added support for Dutch language
July 7, 2023
- Fixed occasional crash when filtering providers while using auto-correction.
June 16, 2023
-
Enhanced Setup Method: The setup method now includes an optional countryCode parameter. This parameter can be used to sort payment providers based on the country code. If the countryCode parameter is not provided, the providers will be sorted based on the default setting.
-
Improved Payment Status Retrieval: A new polling process has been introduced for retrieving the final state of a payment after it is sent. The framework will make several attempts over approximately 10 seconds to fetch the latest status. This ensures that the app has the most up-to-date information regarding the payment's state, improving the user experience.
April 21, 2023
- Fixed issue that allowed presenting the framework twice, which caused side effects. Now, an error will be triggered if user tries to call the framework and it is already loaded.
April 6, 2023
- Added support for French and Spanish languages.
- Fixed an issue with brand name that caused an infinite spinner when checking a payment again in some cases random cases.
- Deprecated support from Donation, Transfer and Send actions. Now all actions are Pay, even if we pass a different value. It is recommended to start using modern methods without "action" parameter.
February 16, 2023
- Fixed framework version in request headers.
February 10, 2023
- Added support to Germany/IBAN.
- Added a retry screen when payment confirmation fails.
February 6, 2023
- This version removes Sentry dependency, needed for some clients. Use version 0.0.28 if this is not required in your case.
October 26, 2022
- Fix platform version when reporting.
May 21, 2022
- Fix result callback called twice in some scenarios.
April 9, 2022
- Fix copy pre-handoff about bank details never being stored.
March 4, 2022
- Fix RewardAvailableView layout.
March 1, 2022
- Better tappable area for the info button. RewardAvailableView.
- Up to 2 lines in the reward title. RewardAvailableView.
January 30, 2022
- Fix configuration to support Apple Silicon.
- Update Sentry from 7.8.0 to 7.9.0
January 15, 2022
- Fix BITCODE issue.
January 12, 2022
- Move to XCFramework format.
- Support for simulators under M1 computers.
November 09, 2021
- Added support for Module Stability
October 06, 2021
- Add new error for abort payments
- Fix a crash when unavailable bank is selected
September 01, 2021
- Fix a bug with iOS 11.0 compatibility.
September 01, 2021
- Close authenticated payments automatically
- Change Terms and conditions acceptance logic
June 30, 2021
- Compatible with iOS 11.0 or later.
May 26, 2021
- Add initial loading screen.
- Add internal error reporting.
- UI and UX improvements.
- Clean up build.