Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes - Android Core 2.5.0, Messaging - 4.1.0 (iOS) 2.2.0 (Android) #423

Merged
merged 7 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/pages/documentation/adobe-journey-optimizer/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* The new API will automatically handle the click behaviour (OPENAPP, WEBURL, DEEPLINK) defined for the notification.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just make this one a sub-bullet by tabbing it in!

* 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
Expand Down
6 changes: 6 additions & 0 deletions src/pages/documentation/mobile-core/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions src/pages/documentation/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,24 @@ Keywords:

</Accordion>

## 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.
* The new 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
Expand Down