FAQ
Get answers to common questions about ContextSDK.
What devices does ContextSDK support?
ContextSDK works on iOS and iPadOS devices as well as Android smartphones. It does not support devices that run macOS, watchOS, tvOS, or visionOS.
Does ContextSDK require any additional iOS permissions?
No, ContextSDK was built to work without any iOS permissions: all data that is used to determine the users real world context is accessible to any app, and only uses official Apple APIs (no private APIs). No ATT is needed.
Does ContextSDK use any type of PII?
No, ContextSDK was designed from the ground up to operate without the use of any PII (Personally Identifiable Information). The SDK does not process or store any PII. Also, as per our agreement, you must not send any PII to ContextSDK, as part of any of the parameters or events you send via the SDK.
Does the SDK support Objective-C?
Currently, due to limited demand, we don’t support Objective-C. However, we can add it easily if you’re interested — let us know!
How does the ML model training work?
There is no on-device ML model training. No CPU or battery will be used for ML model training on your user's phones.
All ML model training happens on our servers, and only after your app has logged enough data.
Once the training of your custom ML model is ready, we can deploy your ML model over-the-air (OTA), or alternatively provide you with your own ContextSDK binary. See Model Distribution Methods for more details.
How do OTA model deployments work?
When ContextSDK collects the context data, the response of those network requests include the info about the latest available model. Unless you don't want to enable over-the-air updates (OTA) for your custom model, you don't need to do anything, and we will notify you once a new model is about be released.
Long-term, deploying new models will be self-serve on our dashboard, which will allow you to rollout new models, monitor their performance, and more. Currently, we're coordinating this process manually with you.
Is there support for Swift Async Await?
We don’t support async await at the moment, but you can use ContextSDK as an async function by wrapping it in a continuation.
Note: You should only do this with fetchContext
or calibrate
. Doing this with optimize
could have unintended consequences.
How does ContextSDK address data drift?
Data drift occurs when changes in an app’s environment — such as pricing adjustments, seasonal trends, or gameplay dynamics — affect revenue and model performance over time. To mitigate this, ContextSDK offers adaptive model training tailored to your needs.
Instead of retraining models every 2–4 weeks, you can opt for more frequent updates — such as weekly or every other day — to ensure the models stay aligned with real-world changes. Additionally, our system can prioritize recent data, giving greater weight to the most relevant insights.
While our data science team currently applies careful manual oversight to these updates, fully automated hourly or daily retraining isn’t yet available. However, you can send custom signals to refine data processing, allowing us to filter specific inputs based on your business needs. If your app undergoes significant changes — such as a redesigned experience or pricing adjustments — let us know. This helps ensure that models properly account for shifts in user behavior.
These updates roll out over the air to all apps automatically. Because our models are lightweight — typically around 500 KB — they have no impact on app performance or startup time.
Last updated
Was this helpful?