Skip to content

CleverTap Flutter SDK v4.1.0

Latest

Choose a tag to compare

@akashvercetti akashvercetti released this 09 Jun 10:13
· 2 commits to master since this release
1267d7d

What's new

  • [Android Platform]

  • [iOS Platform]

    • Supports CleverTap iOS SDK v7.7.1.
    • Silent-in-foreground push notifications via the wzrk_sif:true payload key — server-controlled, no app-side wiring needed when using autoIntegrate.
  • [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.
  • [Web Platform]

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 a Future<bool?> indicating success or failure, throttled to once every 5 minutes..
    • New API: pushDisplayUnitElementClickedEvent(unitId, additionalProperties) - Records a Notification Clicked event for a specific element within a Display Unit, enriched with caller-supplied additionalProperties.

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.