Updating Your SDK
Learn how to update the SDK for each platform your app supports.
Last updated
Was this helpful?
Learn how to update the SDK for each platform your app supports.
Last updated
Was this helpful?
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.
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.
Download the latest version of ContextSDK: ContextSDK.zip.
In your Unity project, drag ContextSDK.xcframework
into the Assets/Plugins/iOS
folder.
Add the ContextSDKBinding.cs
script in the same folder.
To download a specific version, replace latest
in the download URL with the desired version number. For example, to download version 5.1.0: