- Built with Xcode 15.2, Swift version 5.9.
- Fix an issue running on iOS 18 where the SDK fails
collectPaymentMethod
withSCPErrorUnexpectedSdkError
when collecting amounts greater than 99999. - Fix an issue where the SDK can report a reader as connected if it had disconnected while installing a required update.
- Fix a rare race condition where
confirmPaymentIntent
could incorrectly fail withSCPErrorReaderBusy
. - Fix
supportsReadersOfType
returningtrue
forSCPDeviceTypeAppleBuiltIn
on iOS versions below 16.7 (minimum supported version).