-
Notifications
You must be signed in to change notification settings - Fork 4
Changelog
Cata Demian edited this page Feb 19, 2024
·
7 revisions
Feb 19th - 2024
- update NotificationServiceExtension functionality
- expose NotificationServiceExtension functionality to ReactNative
- refactor NotificationHandler to remove coupling with UNNotificationCenter related objects
Nov 17th - 2023
- add functionality to track push notifications received in background
May 17th - 2023
- Refactored components to enable unit testing
- Added reinitialization support
Nov 16th - 2022
- Added id property to OmetriaBasket
- Added variantId property to OmetriaBasketItem
- Deprecated wishlist events
- Updated README.md
July 4th - 2022
- Added ability to recognize and open urls that contain spaces when interacting with push notifications
- Added method to integrate Ometria SDK without using swizzling. Please consult documentation for more info.
- Updated README.md
February 8th - 2022
- Added functionality to allow React Native to communicate the exact version of the SDK when flushing events
- Added support for Firebase v8.x
- Updated README.md
October 12th - 2021
- Added functionality to expose content received in push notifications from Ometria
- Updated sample application with new functionality of the SDK
- Updated README.md
August 20th - 2021
- Removed automatic screen tracking
- Added universal link processing functionality. This allows developers to retrieve the last redirect from an advertising URL, and makes it possible to implement functionality that takes the user to a screen that’s representative to that particular URL from their web domain.
- Updated code in order to remove some warnings
- Updated README.md with a guide for implementing Universal Link Handling.