iOS SDK release history
A timeline of updates to the iOS SDK. Check back for future release notes.
Version | Date | Changes |
---|---|---|
2.5.0 | 2 May 2023 | New features: - A new screen in the payment flow for selected banks in France and Finland, which displays for international payments. This screen primes new users on how to enable international payments from their bank. - Providers are now sorted by their market share on the provider selection screen. - If a provider is currently unavailable, this now displays on the provider selection screen before a user selects them. - PISP license holders who process payments under their own certificate can now choose to remove TrueLayer branding from the user interface. Contact us to request this feature. New error cases: - invalidRedirectURI error case to TrueLayer.Payments.Models.Mandate.Error and TrueLayer.Payments.Models.SinglePayment.Error .- providerOffline error case to TrueLayer.Payments.Models.Mandate.Error and TrueLayer.Payments.Models.SinglePayment.Error . This is only thrown only if the provider is pre-selected. |
2.4.0 | 20 March 2023 | - Adds support for Signup+ transactions via a new parameter useCase in the TrueLayer.Payments.Models.SinglePayment.Preferences initializer.- Fix for a UI bug that prevented users from using the SDK when accessibility was set > AX3. - Minor UI fixes. |
2.3.0 | 23 February 2023 | General enhancements which aim to increase conversion in Germany: - IBAN validation on device to reduce the chance of error when an IBAN is inserted. - Automatic retries on 500 errors, to reduce the chance of error if the server recovers. - Support for alternative search values to make it easer for users to find their banks (for example, BLZ with German banks). Other changes: - Bank details now display for VRP mandate flows. - Support for customising the SDK with the Objective-C layer. |
2.2.0 | 11 January 2023 | - Adds support Objective-C via Swift Package Manager . |
2.1.0 | 23 December 2022 | - Adds support for Objective-C via Cocoapods . |
2.0.0 | 22 November 2022 | - Introduces recurring payment mandates (VRP) - Deprecates the push presentation style.- Some method names have changed. Xcode should handle these changes for you automatically. If you experience any problems, see our migration guide. |
1.4.2 | 10 November 2022 | - Fix for a bug that affected the country selection screen on iOS 15.0 only. |
1.4.1 | 20 October 2022 | - Fix for a bug affecting the 'push' presentation method in version 1.4.0. |
1.4.0 | 11 October 2022 | - Adds support to fetch the status of a payment, given its identifier and resource token. - Adds "Recently selected" feature, so returning users can quickly find the branch they used before, for banks that require it. - Fixed navigation bar background colour for iOS 15+. |
1.3.0 | 22 September 2022 | - Support for more German banks, with the introduction of embedded authentication flows. - New wait result, in case the user abandons the SDK screen during a decoupled authentication action. In this case, the payment may or may not complete - check the webhooks to obtain the payment status. |
1.2.0 | 6 September 2022 | - Improved usability for IBAN entry form - Support for France, with the introduction of branch selection. - Bug fixes. |
1.1.0 | 23 August 2022 | - Support for Cancel Payment, so you can understand when a user cancels the payment. - Bug fixes, including some small necessary breaking changes. See release 1.1.0 for details. |
1.0.0 | 3 August 2022 | - Breaking change: new methods to configure and process payments. See the migration guide for detail. - Code improvements throughout |
1.0.0-beta.5 | 24 May 2022 | - Add error handling for the legals endpoint - Support for custom legal text |
1.0.0-beta.4 | 2 May 2022 | - Support for Spain, the Netherlands, Portugal and Lithuania. - IBAN entry form, for providers who require it. - Support for pre-selected provider IDs. |
1.0.0-beta.3 | 8 Apr 2022 | cocoapods-downloader updated from from 1.5.1 to 1.6.3 |
1.0.0-beta.2 | 29 Mar 2022 | - Support for Ireland - Improved search |
1.0.0-beta.1 | 3 Feb 2022 | Initial SDK release |
Updated 27 days ago