Skip to content

Changelog

Cata Demian edited this page Feb 19, 2024 · 7 revisions

v1.5.1

Feb 19th - 2024

  • update NotificationServiceExtension functionality
  • expose NotificationServiceExtension functionality to ReactNative
  • refactor NotificationHandler to remove coupling with UNNotificationCenter related objects

v1.5.0

Nov 17th - 2023

  • add functionality to track push notifications received in background

v1.4.0

May 17th - 2023

  • Refactored components to enable unit testing
  • Added reinitialization support

v1.3.0

Nov 16th - 2022

  • Added id property to OmetriaBasket
  • Added variantId property to OmetriaBasketItem
  • Deprecated wishlist events
  • Updated README.md

v1.2.3

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

v1.2.2

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

v1.2.1

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

v1.2.0

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.
Clone this wiki locally