Releases: Ometria/ometria.ios_sdk
Releases · Ometria/ometria.ios_sdk
v1.8.0
- fix processUniversalLink to only redirect the obfuscated link once, not recursively
- track push token refreshed event when app enters background
v1.7.0
- add store identifier tracking capabilities
v1.6.0
- 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
- update NotificationServiceExtension functionality
- expose NotificationServiceExtension functionality to ReactNative
- refactor NotificationHandler to remove coupling with UNNotificationCenter related objects
v1.5.0
- add functionality to track push notifications received in background
v1.4.0
- Refactored components to enable unit testing
- Added reinitialization support
v1.3.0
- Added id property to OmetriaBasket
- Added variantId property to OmetriaBasketItem
- Deprecated wishlist events
- Updated README.md
v1.2.3
- 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
- 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
- Added functionality to expose content received in notifications from Ometria
- updated sample application with new functionality of the SDK
- updated README.md