Skip to content

FAQs

What about iPad?

ContextSDK works for both iPhones, and iPads.

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 Context Insights, as part of any of the parameters or events you send to via the SDK.

Objective-C Support

Right now, due to limited demand, we don't currently support all features. You can still use the basic Context Insight dashboard like this:

#import <ContextSDK/ContextSDK-umbrella.h>

[ContextManager setup:@"YOUR_LICENSE_KEY"];

Please let us know if you're interested in using any other of the ContextSDK features in Objective-C.

Changelog

Head over to the changelog to see what has changed with each ContextSDK release.