Skip to content

feat(local-notifications): deprecate summaryArgument and add relevanceScore and interruptionLevel for iOS 15+#2520

Merged
OS-ruimoreiramendes merged 5 commits intonextfrom
feat/RMET-5104/dep-warning
May 6, 2026
Merged

feat(local-notifications): deprecate summaryArgument and add relevanceScore and interruptionLevel for iOS 15+#2520
OS-ruimoreiramendes merged 5 commits intonextfrom
feat/RMET-5104/dep-warning

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

@OS-ruimoreiramendes OS-ruimoreiramendes changed the title Feat/rmet 5104/dep warning feat(local-notifications): deprecate summaryArgument and add relevanceScore and interruptionLevel for iOS 15+ May 6, 2026
@OS-ruimoreiramendes OS-ruimoreiramendes marked this pull request as ready for review May 6, 2026 11:49
@OS-ruimoreiramendes OS-ruimoreiramendes merged commit b948548 into next May 6, 2026
10 checks passed
@OS-ruimoreiramendes OS-ruimoreiramendes deleted the feat/RMET-5104/dep-warning branch May 6, 2026 15:21
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.

3 participants