Release Checklist
Validate your ContextDecision integration before releasing to the App Store or Google Play with this checklist.
1
print(context.validate())Log.d("ContextSDK", context.validate())Log.d("ContextSDK", context.validate());print(await context.validate());Debug.Log(context.Validate());const output = await context.validate();
console.log(output); // Or print it anywhere else✅ Number of Signals: 340 (this number may be higher)
✅ Flow name provided: your_flow_name
✅ Accelerometer Data: Valid
👉 Signal Sample 1: 0.0 (if your device was flat on the table not moving, this should be 0.0)
👉 Signal Sample 2: 0.0059286836 (this should never be exactly 0.0)
✅ Calibration Mode active
✅ ContextSDK License: Active
👉 ContextSDK Version: 5.14.02
3
4

5
Last updated
Was this helpful?