ContextSDK is a powerful tool that brings real-world context and insights directly into your app through on-device signals, empowering you to boost conversions and engagement, enhance user experiences, and reduce churn — all with privacy in mind, as no personally identifiable information (PII) is ever collected.
Our SDK is written 100% in Swift and fully supports Objective-C, making it easy to integrate into both Swift and mixed-language projects.
This repository is dedicated to managing releases of ContextSDK for Swift, distributed as a Swift Package with pre-built .xcframework
binaries. For other platforms, such as Flutter and Android, or alternative installation methods like CocoaPods, please see our official documentation.
To integrate ContextSDK into your Swift project, add the repository as a Swift Package Manager (SPM) dependency:
- In Xcode, go to File → Add Packages…
- Enter the repository URL:
https://github.com/context-sdk/context-sdk-releases
- Choose the latest version tag.
Or, add the SPM directly to your Package.swift
file:
dependencies: [
.package(name: "ContextSDK", url: "https://github.com/context-sdk/context-sdk-releases", .upToNextMajor(from: "4.7.0")),
]
For detailed setup instructions, usage examples, and advanced usage scenarios, visit our official documentation.
If you’re interested in adding real-world context insights to your app, you can sign up here to receive your license key and access. For more information about how ContextSDK can enhance your app’s user experience, visit our website or reach out to our team at support@contextsdk.com.
For any questions or technical support, please don’t hesitate to reach out to our team — we’re eager to help!
Thank you for choosing ContextSDK! 🚀 We’re excited to support you in building context-aware experiences for your users.