Releases: Notificare/notificare-sdk-ios
Releases · Notificare/notificare-sdk-ios
3.4.0
3.4.0-beta.3
- Add an option to preserve existing notification categories
3.4.0-beta.2
- Fix in-app message action click event
3.4.0-beta.1
- In-app messaging
3.3.0
3.2.0
- Fix notification content when opening partial inbox items
- Fix marking partial items as read
- Improve ISO date parser
- Add safeguards and warnings for corrupted items in the inbox database
- Log events methods correctly throw when failures are not recoverable
- Improve session control mechanism
- Add
InAppBrowser
notification type - Aliased
WebView
action intoInAppBrowser
, aligning with the notification type - Ensure delegate methods are called on the main thread
3.1.0
- Include
Accept-Language
and customUser-Agent
headers - Improve
allowedUI
to accurately reflect push capabilities - Rename internal
AnyCodable
to prevent collisions - Expose unknown notification open events via
notificare(_:didOpenUnknownNotification:)
andnotificare(_:didOpenUnknownAction:for:responseText:)
- Launch each peer module sequentially to prevent race conditions
3.0.1
3.0.0
v3 gen promoted to stable! 🚀
Recommendations
- Review the migration guide to understand the conceptual changes.
- Review the updated documentation to implement the latest generation.
Available modules
- Notificare
- Notificare Assets
- Notificare Authentication
- Notificare Geo
- Notificare Inbox
- Notificare Loyalty
- Notificare Push
- Notificare Push UI
- Notificare Scannables
3.0.0-beta.2
Beta release that incorporates convenience features.
Changes
- Add a new
notificareDidUnlanch
event toNotificareDelegate
. - Add support for test device dynamic links.
- Add a new module (
NotificareNotificationServiceExtensionKit
) with a safe API to be used in Notification Service Extensions. - Fix
requiresViewController
helper flag