1.305 Yotpo Loyalty fix, Anonymization API & Mobile SDK updates

Fix external customer ID mapping in Yotpo Loyalty integration, track anonymization requests more effectively, and access improved mobile SDK reliability across iOS, Android, React Native, and Flutter platforms.
Version released between 23.3. - 2.4.2026.

Yotpo Loyalty: External Customer ID mapping fix

Fixed an issue in the Yotpo Loyalty integration where the optional External Customer ID field in the ID Mapping configuration was silently ignored. While customer identification via email continued to work correctly, events weren't linked using the external customer ID. The rollout will be finalized by February 26, 2026.

If your account was affected, your Customer Success Manager will reach out with next steps. No action is needed if your integration uses only email-based mapping.

Customer anonymization bulk API update

The anonymize_bulk endpoint now returns a bulk_id (UUID) in the response for request traceability. Provide this value when contacting support to speed up investigation. This is a backwards compatible (additive) change — no action required for existing integrations.

Mobile SDK updates

iOS SDK

Improved notification tracking reliability with our latest iOS SDK 3.11.0 release:

  • Notification state tracking: Fixes tracking of notification_state events when appVersion or applicationId changes.
  • Telemetry optimization: Disables custom event logging for telemetry.

Android SDK

Improved notification tracking reliability with our latest Android SDK 4.10.0 release:

  • Notification state tracking: Fixes tracking of notification_state events when app version or applicationId changes.
  • Telemetry optimization: Disables custom event logging for telemetry.

React Native SDK

Enhanced platform support and build performance with our latest React Native SDK 2.7.0 release:

  • Native SDK upgrades: Updates native Android SDK to version 4.10.0 and iOS SDK to version 3.11.0.
  • App Links update: Updates Example App's universal and app links to new domain.
  • Android push configuration: Adds requirePushAuthorization parameter for Android configuration function.
  • React Native compatibility: Adds support for React Native 0.81.6.
  • iOS build optimization: Enables precompiled headers for iOS to speed up builds.
  • Carousel sorting fix: Fixes carousel sorting by adding default function when custom function isn't provided.

Flutter SDK

Enhanced SDK management and documentation with our latest Flutter SDK 2.5.0 release:

  • SDK lifecycle methods: Adds stopIntegration and clearLocalCustomerData methods.
  • Documentation improvements: Updates page titles for improved searchability and navigation, and enhances notification_state event tracking documentation.
  • Native SDK upgrades: Updates native Android SDK to version 4.10.0 and iOS SDK to version 3.11.0.
  • App Links update: Updates Example App's universal and app links to new domain.
  • Event tracking fix: Fixes duplicate tracking for banner click/close events and adds missing campaign delivered event in Example App.