diff --git a/src/pages/documentation/adobe-journey-optimizer/release-notes.md b/src/pages/documentation/adobe-journey-optimizer/release-notes.md index a2f7edaf87..f607069800 100644 --- a/src/pages/documentation/adobe-journey-optimizer/release-notes.md +++ b/src/pages/documentation/adobe-journey-optimizer/release-notes.md @@ -9,6 +9,20 @@ keywords: # Release Notes +## September 28, 2023 + +### iOS Messaging 4.1.0 + +* Added new notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse` and an optional callback the returns `PushTrackingStatus` enum. + * This API will automatically handle the click behaviour (OPENAPP, WEBURL, DEEPLINK) defined for the notification. +* Deprecated the notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse`, `applicationOpened`, and `customActionId`. +* Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. + +### Android Messaging 2.2.0 + +* Introduced `MessagingServices` class to automatically build, display, track, and handle defined click behaviour on notifications from Adobe Journey Optimizer. +* Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. + ## June 2, 2023 ### iOS Messaging 4.0.0 diff --git a/src/pages/documentation/mobile-core/release-notes.md b/src/pages/documentation/mobile-core/release-notes.md index 12b8850dd1..a885f68f95 100644 --- a/src/pages/documentation/mobile-core/release-notes.md +++ b/src/pages/documentation/mobile-core/release-notes.md @@ -8,6 +8,12 @@ keywords: # Release Notes +## September 28, 2023 + +### Android Core 2.5.0 + +* Added getter APIs `getLargeIconResourceID` and `getSmallIconResourceID` to MobileCore for retrieving the icon resource IDs set from the application. + ## August 30, 2023 ### iOS Core 4.1.0 diff --git a/src/pages/documentation/release-notes/index.md b/src/pages/documentation/release-notes/index.md index 8a1fcf9cb4..e176fd687d 100644 --- a/src/pages/documentation/release-notes/index.md +++ b/src/pages/documentation/release-notes/index.md @@ -56,6 +56,24 @@ Keywords: +## September 28, 2023 + +### Android Core 2.5.0 + +* Added getter APIs `getLargeIconResourceID` and `getSmallIconResourceID` to MobileCore for retrieving the icon resource IDs set from the application. + +### iOS Messaging 4.1.0 + +* Added new notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse` and an optional callback the returns `PushTrackingStatus` enum. + * This API will automatically handle the click behaviour (OPENAPP, WEBURL, DEEPLINK) defined for the notification. +* Deprecated the notification tracking API `handleNotificationResponse` with parameters `UNNotificationResponse`, `applicationOpened`, and `customActionId`. +* Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. + +### Android Messaging 2.2.0 + +* Introduced `MessagingServices` class to automatically build, display, track, and handle defined click behaviour on notifications from Adobe Journey Optimizer. +* Fixed a bug on notification tracking API `handleNotificationResponse` to stop sending tracking hits to edge servers when the notification does not contain tracking information. + ## September 26, 2023 ### Android BOM 2.4.1