Release Notes 3.2.0 - 2025-10-15
Highlights
- Account linking operations now return results that distinguish between successful completion and user cancellation
- Clients can detect when users dismiss authentication flows (Apple Sign-In, Google Sign-In) instead of completing them
- Backward compatible—existing code continues to work without modification
Changes
- Added:
AccountLinkActionResultenum with.successand.canceledcases to track authentication flow outcomes - Added: Return values to
linkAction()methods for detecting user cancellation in account linking flows - Changed:
AccountLinkButtonDelegate.linkAction()andAccountLinkViewModel.linkAction(_:)now returnAccountLinkActionResult(marked@discardableResultfor compatibility)
(For full details, see CHANGELOG.md)