Skip to content

25.6.2

Choose a tag to compare

@davidme-stripe davidme-stripe released this 09 Feb 22:08
· 36 commits to master since this release

25.6.2 2026-02-09

CryptoOnramp (Beta)

  • [Removed] Removed CryptoOnrampCoordinator.authenticateUser() in favor of CryptoOnrampCoordinator.authorize().

PaymentSheet

  • [Fixed] Fixed build for visionOS 26.2 SDK.
  • [Fixed] Fixed an issue where the SwiftUI isPresented binding for CustomerSheet would not reset to false when dismissing during loading, preventing the sheet from being presented again.
  • [Fixed] Fixed a Swift 6 actor isolation issue in the SwiftUI integration that could cause a crash when presenting PaymentSheet or CustomerSheet.

Payments

  • [Fixed] Fixed a Swift 6 actor isolation issue in the SwiftUI integration for paymentConfirmationSheet and setupIntentConfirmationSheet.