December 2025

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

📘

Note

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

December 22

What’s New

API Changes

Android and iOS

  • Adds a public variants() method to fetch A/B experiment variants for the user. This makes it easier to access experiment data when building custom implementations.
  • Adds overloaded version of the discardInAppNotifications() method. When called with true, it immediately dismisses any currently visible In-App notification and clears all pending notifications from the queue.
    • discardInAppNotifications(dismissInAppIfVisible: Boolean)

December 02

What’s New

  • Adds a public variants method to fetch A/B experiment variants for the user. This makes it easier to access experiment data in custom implementations.

Bug Fixes

  • Fixes prevented gradient backgrounds and other HTML send-test flows from rendering correctly.

What's New

  • Adds a public variants method to fetch A/B experiment variants for the user. This makes it easier to access experiment data in custom implementations.

Bug Fixes

  • Fixes an issue where the SDK recorded App Launched events when the app was woken up by silent push notifications.
  • Fixes HTML In-App previews that were not rendering gradient colors.