Skip to content

Release 2.2.0

Latest

Choose a tag to compare

@serhiiporaiko-yalantis serhiiporaiko-yalantis released this 30 Jul 10:08
78b2e16

What's New

  • Added Reteno.setNotificationGroupingRule(rule) (Android only, requires Reteno Android SDK 2.10.0+) to group notifications by a payload key or a fixed group ID. The rule is persisted natively via a new ContentProvider, so it also applies to background pushes. Pass null to disable grouping.

Fixes

  • Android: background push notifications weren't triggering the OnPushNotificationReceived listener; ExpoRetenoPushReceiver now re-dispatches events to the native SDK.
  • iOS: SDK initialization now runs on the main queue, fixing a race condition in ExpoRetenoSdkModule.
  • Fixed config plugin path resolution for the iOS Notification Service/Content Extensions, which could break under symlinked installs (npm/yarn workspaces, file: deps, pnpm).
  • Fixed a native property name typo affecting push subscription reporting on iOS.

Dependencies

  • Reteno Android SDK: 2.9.62.10.1
  • Reteno iOS SDK: 2.7.22.7.3