Skip to content

Commit

Permalink
docs: 📝 adds new/updated api docs for rn messaging (#576)
Browse files Browse the repository at this point in the history
* docs: 📝 adds new/updated api docs for rn messaging

* fix format

* Update release-notes.md

* Update index.md

---------

Co-authored-by: calebk1 <[email protected]>
Co-authored-by: Yansong Yang <[email protected]>
Co-authored-by: Praveen <[email protected]>
  • Loading branch information
4 people authored Jun 7, 2024
1 parent 4053211 commit 3c5575f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 26 deletions.
2 changes: 2 additions & 0 deletions src/pages/edge/adobe-journey-optimizer/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Major version update for [Adobe Journey Optimizer](https://github.com/adobe/aeps

* Updated to use Experience Platform Android `3.x` SDKs.
* Updated to use Experience Platform iOS `5.x` SDKs.
* Adds `onContentLoaded` to `MessagingDelegate` (Android Only).
* Updated `urlLoaded` from `MessagingDelegate` to iOS Only.

## April 3, 2024

Expand Down
54 changes: 28 additions & 26 deletions src/pages/home/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,37 +96,37 @@ Keywords:

### Android Core 3.0.2

* Fixed strict mode violations that happened during SDK initialization.
* Fixed strict mode violations that happened during SDK initialization.

### Android Assurance 3.0.1

* Fixed an issue where the Assurance floating button was not immediately shown in a reconnection scenario.
* Fixed an issue where the QuickConnect device registration status check job was not terminated when the connection attempt is cancelled.
* Disabled content and file access from `WebView`.
* Fixed an issue where the Assurance floating button was not immediately shown in a reconnection scenario.
* Fixed an issue where the QuickConnect device registration status check job was not terminated when the connection attempt is cancelled.
* Disabled content and file access from `WebView`.

## May 31, 2024

### Android Campaign Classic 2.1.8

* Fix clipped carousel captions which was occurring on smaller devices.
* Fix clipped carousel captions which was occurring on smaller devices.

### iOS Media 5.0.1

* Fixed an issue in Media hit processor and now it retries hits on recoverable URLErrors shared by Mobile Core.
* Fixed an issue in Media hit processor and now it retries hits on recoverable URLErrors shared by Mobile Core.

### iOS Audience 5.0.1

* Fixed an issue in Audience hit processor and now it retries hits on recoverable URLErrors shared by Mobile Core.
* Fixed an issue in Audience hit processor and now it retries hits on recoverable URLErrors shared by Mobile Core.

## May 28, 2024

### iOS Analytics 5.0.1

* Fixed an issue in Analytics hit processor and now it retries hits on recoverable URLErrors shared by Mobile Core.
* Fixed an issue in Analytics hit processor and now it retries hits on recoverable URLErrors shared by Mobile Core.

### iOS Edge 5.0.2

* Fixed an issue in Edge hit processor and now it retries hits on recoverable URLErrors shared by Mobile Core.
* Fixed an issue in Edge hit processor and now it retries hits on recoverable URLErrors shared by Mobile Core.

## May 23, 2024

Expand Down Expand Up @@ -175,26 +175,26 @@ Keywords:

### Android Core 3.0.1

* Fixed an issue with scrollability in in-app messages with overflowing content.
* Fixed an issue where the PresentationDelegate was not notified of all URLs opened by an in-app message.
* Fixed an issue where UI components were not adapting to orientation changes when the activity hosting the composable restricts configuration change.
* Enhanced error handling in the collectLaunchInfo API to catch exceptions when retrieving bundled data from an Activity.
* Simplified coroutine scope management in UI services.
* Fixed an issue with scrollability in in-app messages with overflowing content.
* Fixed an issue where the PresentationDelegate was not notified of all URLs opened by an in-app message.
* Fixed an issue where UI components were not adapting to orientation changes when the activity hosting the composable restricts configuration change.
* Enhanced error handling in the collectLaunchInfo API to catch exceptions when retrieving bundled data from an Activity.
* Simplified coroutine scope management in UI services.

## May 22, 2024

### Android Campaign Classic 2.1.7

* Add support for dark mode with out of the box push template notifications. Dark mode is supported on API29+ only and any custom color modifications made to the push payload will override the dark/light mode colors.
* Removed the SCHEDULE_EXACT_ALARM permission from the Campaign Classic extension. This permission must be added to the app manifest if exact scheduling is needed for remind later notifications. If an API less than S / 31 is in use, or the exact alarm permission wasn't granted to the app, then an inexact alarm is used instead. Inexact scheduling will display the scheduled notification within a 1 hour window starting with the given timestamp.
* Add support for dark mode with out of the box push template notifications. Dark mode is supported on API29+ only and any custom color modifications made to the push payload will override the dark/light mode colors.
* Removed the SCHEDULE_EXACT_ALARM permission from the Campaign Classic extension. This permission must be added to the app manifest if exact scheduling is needed for remind later notifications. If an API less than S / 31 is in use, or the exact alarm permission wasn't granted to the app, then an inexact alarm is used instead. Inexact scheduling will display the scheduled notification within a 1 hour window starting with the given timestamp.

### iOS Core 5.1.0

* Added a new constant and a utility method to AEPServices to detect if `URLError` is recoverable.
* Lifecycle extension now computes the `xdm:isUpgrade` metric in the `application.launch` event when either CFBundleShortVersionString or CFBundleVersion changes.
* Fixed an issue in the Signal and Identity extensions that caused the hit processor to drop queued hits when the device's network was offline.
* Fixed an edge case where `a.push.optin=false` event may be sent to Analytics even when `MobileCore.setPushIdentifier()` API is not used.
* Fixed data races in ExtensionContainer, ApplicationSystemInfoService, DiskCacheService, and FileSystemNamedCollection.
* Added a new constant and a utility method to AEPServices to detect if `URLError` is recoverable.
* Lifecycle extension now computes the `xdm:isUpgrade` metric in the `application.launch` event when either CFBundleShortVersionString or CFBundleVersion changes.
* Fixed an issue in the Signal and Identity extensions that caused the hit processor to drop queued hits when the device's network was offline.
* Fixed an edge case where `a.push.optin=false` event may be sent to Analytics even when `MobileCore.setPushIdentifier()` API is not used.
* Fixed data races in ExtensionContainer, ApplicationSystemInfoService, DiskCacheService, and FileSystemNamedCollection.

## May 21, 2024

Expand Down Expand Up @@ -235,29 +235,29 @@ Keywords:

### iOS Optimize 5.0.1

* Fixed a crash that happens when `updateProposition` API was called repeatedly.
* Fixed a crash that happens when `updateProposition` API was called repeatedly.

### Android Optimize 3.0.1

* Fixed a bug where Optimize SDK was considering Target mbox decision scope strings as invalid and not including them in personalization requests.
* Fixed a bug where Optimize SDK was considering Target mbox decision scope strings as invalid and not including them in personalization requests.

## May 20, 2024

### iOS Core 4.2.4

* Fixed a race condition when accessing sharedStateName inside ExtensionContainer.
* Fixed a race condition when accessing sharedStateName inside ExtensionContainer.

## May 18, 2024

### iOS Optimize 4.0.4

* Fixed a crash that happens when `updateProposition` API was called repeatedly.
* Fixed a crash that happens when `updateProposition` API was called repeatedly.

## May 13, 2024

### Flutter Edge 4.1.0

* Added support to customize datastream configurations on a per-event basis using the sendEvent API.
* Added support to customize datastream configurations on a per-event basis using the sendEvent API.
* Update environment dependencies in pubspec.

### Flutter UserProfile 4.0.2
Expand Down Expand Up @@ -627,6 +627,8 @@ Major version update for [Adobe Journey Optimizer](https://github.com/adobe/aeps

* Updated to use Experience Platform Android `3.x` SDKs.
* Updated to use Experience Platform iOS `5.x` SDKs.
* Adds `onContentLoaded` to `MessagingDelegate` (Android Only).
* Updated `urlLoaded` from `MessagingDelegate` to iOS Only.

### React Native EdgeConsent 6.0.0

Expand Down

0 comments on commit 3c5575f

Please sign in to comment.