You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.