What's new
-
[Android Platform]
- Supports CleverTap Android SDK v8.3.0.
-
[iOS Platform]
- Supports CleverTap iOS SDK v7.7.1.
- Silent-in-foreground push notifications via the
wzrk_sif:truepayload key — server-controlled, no app-side wiring needed when usingautoIntegrate.
-
[Android and iOS Platform]
- App Inbox Cross-Device Sync — inbox state (read, deleted) syncs across a user's devices automatically. Includes a pull-to-refresh gesture in the built-in
showInbox()view, throttled to once every 5 minutes.
- App Inbox Cross-Device Sync — inbox state (read, deleted) syncs across a user's devices automatically. Includes a pull-to-refresh gesture in the built-in
-
[Web Platform]
- Supports CleverTap Web SDK v2.7.2
- New API:
getVariants()- Returns variants for the current user for A/B testing.
API changes
- [Android and iOS Platform]
- New API:
fetchInbox()- Triggers an on-demand App Inbox refresh (fire-and-forget), throttled to once every 5 minutes.. - New API:
fetchInboxWithCallback()- Triggers an on-demand App Inbox refresh and returns aFuture<bool?>indicating success or failure, throttled to once every 5 minutes.. - New API:
pushDisplayUnitElementClickedEvent(unitId, additionalProperties)- Records aNotification Clickedevent for a specific element within a Display Unit, enriched with caller-suppliedadditionalProperties.
- New API:
Bug Fixes
- [iOS Platform]
- Fixes a bug where server-side InApps evaluation IDs were being duplicated in UserDefaults.
- Fixes a bug where apps were freezing when InApps were being shown in low network conditions.