Skip to content

feat(local-notifications): deprecate summaryArgument and add relevanceScore and interruptionLevel#2521

Merged
OS-ruimoreiramendes merged 2 commits into
mainfrom
feat/RMET-5104/dep-warning-new
May 7, 2026
Merged

feat(local-notifications): deprecate summaryArgument and add relevanceScore and interruptionLevel#2521
OS-ruimoreiramendes merged 2 commits into
mainfrom
feat/RMET-5104/dep-warning-new

Conversation

@OS-ruimoreiramendes
Copy link
Copy Markdown
Contributor

Description

Deprecate summaryArgument which was deprecated in iOS 15.0 and is ignored by the system.
Add two new iOS 15+ properties: relevanceScore and interruptionLevel.

Change Type

  • Fix
  • Feature
  • Refactor
  • Breaking Change
  • Documentation

Rationale / Problems Fixed

summaryArgument was deprecated in iOS 15.0 and the system ignores it entirely. This PR deprecates the property and introduces two alternatives available since iOS 15:

  • relevanceScore -> controls which notification is featured when the system groups an app's notifications

  • interruptionLevel -> controls the priority and delivery timing of a notification (passive, active, timeSensitive, critical)

Fixes https://outsystemsrd.atlassian.net/browse/RMET-5104

Tests or Reproductions

Tested using the capacitor-testapp. A new LocalNotificationsOptionsTest component was added with inputs for relevanceScore and interruptionLevel, including validation of the timeSensitive and critical interruption levels on a physical iOS device.

Platforms Affected

  • Android
  • iOS
  • Web

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

Released dev build of local-notifications with dev version: 8.0.3-dev-2521-20260507T112139.0

@OS-ruimoreiramendes OS-ruimoreiramendes merged commit fcff6f1 into main May 7, 2026
10 checks passed
@OS-ruimoreiramendes OS-ruimoreiramendes deleted the feat/RMET-5104/dep-warning-new branch May 7, 2026 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants