Getting Started
Get started with ContextSDK — sign up, create a license key, and integrate the SDK with step-by-step setup guides for all platforms.
Last updated
Was this helpful?
Get started with ContextSDK — sign up, create a license key, and integrate the SDK with step-by-step setup guides for all platforms.
Last updated
Was this helpful?
To start using ContextSDK, sign up in our ContextSDK Console and create a license key for your app. This key is required to authenticate your integration with ContextDecision or ContextPush.
Once you have your license key, integrate ContextSDK into your app. The following sections provide step-by-step instructions for iOS, Android, Flutter, Unity, and React Native.
Installation
Add https://github.com/context-sdk/context-sdk-releases.git
as a dependency in Xcode Package Dependencies or in your Package.swift
file:
SDK Initialization
ContextDecision optimizes conversion funnels by intelligently determining the best moments to present monetization or engagement opportunities. Now that you’ve integrated ContextSDK, to get started with ContextDecision, see Logging Conversions.
ContextPush improves the timing of non-transactional push notifications by leveraging user's real-life context. To begin integrating ContextPush, see Integrating ContextPush.
To download a specific version, replace latest
in the download URL with the desired version number. For example, to download version 5.1.0:
https://storage.googleapis.com/de73e410-context-sdk-releases/5.1.0/ContextSDK.zip
To download a specific version, replace latest
in the download URL with the desired version number. For example, to download version 5.1.0:
https://storage.googleapis.com/de73e410-context-sdk-releases/5.1.0/ContextSDK.zip
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.