Skip to content

Releases: Ometria/ometria.ios_sdk

v1.8.0

15 Jan 15:31
f8d71ee
Compare
Choose a tag to compare
  • fix processUniversalLink to only redirect the obfuscated link once, not recursively
  • track push token refreshed event when app enters background

v1.7.0

26 Nov 22:38
Compare
Choose a tag to compare
  • add store identifier tracking capabilities

v1.6.0

11 Jun 13:15
Compare
Choose a tag to compare
  • bump minimum firebase version to 10.10.0 on SwiftPackageManager
    (as a recommendation coming from Firebase, we advise cocoapods users to also update to a version that is more recent than 10.10.0)

v1.5.1

19 Feb 13:50
Compare
Choose a tag to compare
  • update NotificationServiceExtension functionality
  • expose NotificationServiceExtension functionality to ReactNative
  • refactor NotificationHandler to remove coupling with UNNotificationCenter related objects

v1.5.0

17 Nov 07:09
Compare
Choose a tag to compare
  • add functionality to track push notifications received in background

v1.4.0

17 May 13:26
Compare
Choose a tag to compare
  • Refactored components to enable unit testing
  • Added reinitialization support

v1.3.0

16 Nov 16:59
Compare
Choose a tag to compare
  • Added id property to OmetriaBasket
  • Added variantId property to OmetriaBasketItem
  • Deprecated wishlist events
  • Updated README.md

v1.2.3

04 Jul 11:39
Compare
Choose a tag to compare
  • 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

08 Feb 14:43
Compare
Choose a tag to compare
  • Added support for Firebase 8
  • Added support to allow React Native to send the version of the SDK when flushing events.
  • updated README.md

v1.2.1

10 Jan 13:45
Compare
Choose a tag to compare
  • Added functionality to expose content received in notifications from Ometria
  • updated sample application with new functionality of the SDK
  • updated README.md