What's New / App Intents & System Integration

What's new in UserNotifications

+1 NewiOS · macOS · tvOS · watchOS

UserNotifications schedules, delivers, and manages local and remote notifications on Apple platforms. It defines notification content, triggers, and requests, plus the handlers an app uses to respond to delivered notifications and user actions.

One new API, no deprecations or removals. UNMutableNotificationContent gains an appEntityIdentifiers property that associates a notification's content with App Intents entity identifiers.

New

1
var

UNMutableNotificationContent.appEntityIdentifiers

NewiOSmacOStvOSwatchOS
public var appEntityIdentifiers: [EntityIdentifier]

No APIs match your filter.

← More in App Intents & System Integration