All notable changes to the Facebook SDK for iOS are documented here. The project follows Semantic Versioning.
The SDK is being progressively rewritten from Objective-C to Swift. Updating to a minor version may introduce compilation issues related to language interoperability. Monitor this changelog and test your app after each upgrade.
18.0.3
Released: February 10, 2026 · GitHub release · Full changelog
- Added anonymous deferral deeplink support.
18.0.2
Released: November 13, 2025 · GitHub release · Full changelog
- Reintroduced fast app switching capabilities.
18.0.1
Released: August 17, 2025 · GitHub release · Full changelog
Added
- Added additional capability for link attachments to have music attached.
18.0.0
Released: January 10, 2025 · GitHub release · Full changelog
Added
- Improved support for in-app purchase events for Original StoreKit APIs and StoreKit 2 APIs.
17.4.0
Released: October 17, 2024 · GitHub release · Full changelog
Updated
- Updated domain configuration validation.
17.3.0
Released: September 27, 2024 · GitHub release · Full changelog
Fixed
- Fixed Xcode 16 deprecated API issues:
UIApplication.open(_ url:) silently failed in Swift.
- AppLinks navigation silently failed.
Changed
AppLinkNavigation public APIs changed due to platform API deprecation. AppLinkNavigation now passes the navigation result via an async completion handler rather than returning results synchronously.
17.1.0
Released: September 2, 2024 · GitHub release · Full changelog
Fixed
- Migrated
ShareDialog from AssetLibrary to Photos for share content represented by PHAsset.
- Fixed images being out of order in
ShareDialog.
17.0.3
Released: August 2, 2024 · GitHub release · Full changelog
Fixed
- Fixed infinite recursion when enabling
.graphAPIDebugInfo logging behavior.
17.0.2
Released: May 22, 2024 · GitHub release · Full changelog
Fixed
- Improved handling of invalid access token issues.
- Fixed ATE value issues when status is unspecified.
17.0.1
Released: April 26, 2024 · GitHub release · Full changelog
Updated
- Updated privacy manifests.
17.0.0
Released: February 16, 2024 · GitHub release · Full changelog
Added
- Added Apple-required privacy manifests to all SDK frameworks.
16.4.0
Released: January 31, 2024 · GitHub release · Full changelog
Added
- Expanded integrity support.
16.3.1
Released: December 7, 2023 · GitHub release · Full changelog
Maintenance release. See the full changelog for details.
16.2.1
Released: October 12, 2023 · GitHub release · Full changelog
Maintenance release. See the full changelog for details.
16.2.0
Released: September 21, 2023 · GitHub release · Full changelog
Changed
- Updated the SKAdNetwork implementation to use the latest Apple API.
16.1.3
Released: July 10, 2023 · GitHub release · Full changelog
Maintenance release. See the full changelog for details.
16.1.2
Released: June 23, 2023 · GitHub release · Full changelog
Maintenance release. See the full changelog for details.
16.1.1
Released: June 13, 2023 · GitHub release · Full changelog
Fixed
- Fixed App AEM AutoSetup.
- Fixed ATE status publishing issue.
16.1.0
Released: April 21, 2023 · GitHub release · Full changelog
Fixed
16.0.1
Released: March 22, 2023 · GitHub release · Full changelog
Changed
- Events are now flushed when an AEM Campaign ID is found.
16.0.0
Released: February 2, 2023 · GitHub release · Full changelog
Added