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.
Release Notes for 2.28.0
August 01, 2024
Added:
ContentBlockCarouselCallback extended with additional callback methods.
Adds an improvement ensuring that In-App Messages are only fetched while the app is in the foreground.
InAppContentBlock.Content struct exposed to have public constructor.
PersonalizedInAppContentBlockResponse struct exposed to have public constructor.
Tracking of campaign/clicks event updated only for cases when xnpe_cmp is present, described more deeply in documentation.
AppInboxListViewController extended with onItemClicked callback.
Carousel documentation updated.
Fixed:
Fixed: InAppContentBlock deserialisation now able to handle NIL.
Fixed: Crash caused by calling track events for not configured SDK from multiple threads fixed by adding atomicity to actionBlocks array in ExpoInitManager.
Fixed: Carousel timer inconsistency for next message after resuming from action.
Fixed: Duplicity of App Inbox event_type in events - removed from show/click/etc. event.
Fixed: Missing UTM params added for HTML App Inbox message markAsRead and trackOpen.
Fixed: Possible runtime crash caused by not initialised Tracking manager fixed.