Releases: banked/banked-iOS
Releases · banked/banked-iOS
0.0.40
v 0.0.39
December 18, 2023
Bug Fixes
- Copy updates
0.0.38
December 14, 2023
New Features
- Added support for Ireland
0.0.37
New Features
- Added support for end to end id
0.0.36
0.0.35
Bug Fixes
- Fixed occasional crash when filtering providers while using auto-correction.
0.0.34
New Features
-
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.
0.0.33
Bug Fixes
- 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.
0.0.32
New Features
- Added support for French and Spanish languages.
Bug Fixes
- Fixed an issue with brand name that caused an infinite spinner when checking a payment again in some cases random cases.
Deprecations
- 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.
0.0.31
Bug Fixes
- Fixed framework version in request headers.