how did notification apis change from ios16 to ios18
Asked on 07/31/2024
1 search
From iOS 16 to iOS 18, there have been several changes to notification APIs, particularly in the context of Live Activities and push notifications:
-
Broadcast Push Notifications:
- iOS 18 introduced broadcast push notifications for Live Activities. This allows developers to send a single push notification to APNs, which then reliably delivers it to all devices subscribed to the live activity. This is particularly useful for scenarios where many users are viewing updates for the same event, such as sports scores. This eliminates the need to manage individual push tokens for each user (Broadcast updates to your Live Activities).
-
Channel Management:
- Developers can now create channels for broadcast push notifications using the Push Notifications Console. This console has been expanded to support the new broadcast capability, allowing for easier testing and integration (Broadcast updates to your Live Activities).
-
APNs Integration:
- The new APIs for broadcast push notifications integrate with APNs using the same authentication methods (certificate or token-based) as traditional push notifications. This ensures a seamless transition for developers already familiar with APNs (Broadcast updates to your Live Activities).
These updates provide a more efficient and scalable way to handle notifications for large audiences, reducing the complexity and overhead associated with managing individual push tokens.
Relevant Sessions

What’s new in device management
Learn about the latest management capabilities for iOS, iPadOS, macOS, and visionOS, then discover the latest changes to Apple Business Manager and Apple School Manager. We’ll also share updates to Activation Lock, SoftwareUpdate, and Safari management.

Broadcast updates to your Live Activities
With broadcast push notifications, your app can send updates to thousands of Live Activities with a single request. We’ll discover how broadcast push notifications work between an app, a server, and the Apple Push Notification service, then we’ll walk through best practices for this capability and how to implement it.

What’s new in UIKit
Explore everything new in UIKit, including tab and document launch experiences, transitions, and text and input changes. We’ll also discuss better-than-ever interoperability between UIKit and SwiftUI animations and gestures, as well as general improvements throughout UIKit.