We are excited to share the July SDK changelog for our product!

πŸ“˜

Note

Click each SDK header to view the corresponding GitHub repository for release details.

July 11

What's New

  • Adds support for linked content in Native Display units to enable richer experiences.

  • Encrypts all SDK network communications in transit for enhanced security. For more information about how to opt in, refer to Encryption in Transit.

  • Enhances GDPR opt-out behavior by adding a new method which only allows critical system events to be logged while maintaining user privacy.

  • Extends the onDismissed callback for local In-App Push Primers to include the following:

    • wzrk_c2a (button text)
    • wzrk_id (campaign ID): Lets you efficiently track user interactions with primer buttons.

Bug Fixes

  • Fixes an issue where syncing new custom templates showed a No new templates are synced error.
  • Resolved a crash when prompting for push permissions using promptForPushPermission.

What's New

  • Adds support for linked content in Native Display units to enable richer experiences.

  • Encrypts all SDK network communications in transit for enhanced security. For more information about how to opt in, refer to Encryption in Transit.

  • Enhances GDPR opt-out behavior by adding a new method which only allows critical system events to be logged while maintaining user privacy.

  • Android Standard Push Notifications now support GIFs on devices running Android 14 (API 34) and above.

  • Introduces enhanced tracking for Push Primer local In-App button interactions, providing additional parameters in callbacks: - @akshay: same changes as above

  • Extends the onDismissed callback for local In-App Push Primers to include the following:

    • wzrk_c2a (button text)
    • wzrk_id (campaign ID): Lets you efficiently track user interactions with primer buttons.
  • onPushPermissionResponse(false) now fires for dismissive interactions such as No Thanks and Later, allowing for more granular response handling.

Bug Fixes

  • Fixes an issue where Push Primer local In-App interactions incorrectly trigger a Notification Clicked event.
  • Resolves a ConcurrentModificationException error in the notifyCleverTapIDChanged method.
  • Fixes the TooManyRequestsException error by upgrading. the androidx.work:work-runtime dependency to v2.10.2.

July 09

Enhancements

  • Personalization Support in Advanced Web Popup Builder
    • Updates the HTML handler to support personalized content rendering within Advanced Web Popup Builder templates, allowing for more tailored user experiences.
  • origin Parameter for Linked Content
    • Adds an origin parameter to the request payload for Linked Content, allowing the system to identify the request origin accurately and enhancing context awareness and tracking.

July 03

What's New

  • Advanced Web Popup Builder
    • Introduces the Advanced Web Popup Builder in Web Popup campaigns, offering greater flexibility in design and interactivity.