Updating Your SDK
Learn how to update the SDK for each platform your app supports.
The latest ContextSDK version is 5.6.1 and was released on June 16, 2025.
SPM has a few issues when it comes to caching its dependencies, so please be sure to follow all the steps below:
Trigger an update of SPM using your preferred method ( Right Click → Update Package or Swift Packages → Update to Latest Package Versions)
Clear Derived Data
Clean Build
Run the app again, and verify
ContextManager.sdkVersion()
is the latest version.
Alternatively, you can also specify the specific version of ContextSDK you want to use in your Package.swift
or Xcode SPM settings.
Validate the installation
After updating the SDK, please take a minute to go through the release checklist again, to ensure the SDK is correctly installed and configured, using the validate
method. Just following the first step of the release checklist will prevent almost all potential integration errors.
Last updated
Was this helpful?