diff --git a/_docs/_developer_guide/platform_integration_guides/swift/ios_18.md b/_docs/_developer_guide/platform_integration_guides/swift/ios_18.md index 366ab4242da..d96e365d1cf 100644 --- a/_docs/_developer_guide/platform_integration_guides/swift/ios_18.md +++ b/_docs/_developer_guide/platform_integration_guides/swift/ios_18.md @@ -18,7 +18,7 @@ Apple's [WWDC](https://developer.apple.com/wwdc24/) took place June 9th - 11th 2 ### Live Activities on Apple Watch -[Live Activities](https://www.braze.com/docs/developer_guide/platform_integration_guides/swift/live_activities/live_activities) will be supported on watchOS 11. No additional setup is required, however, Apple offers the option to customize the watch interface. +[Live Activities](https://www.braze.com/docs/developer_guide/platform_integration_guides/swift/live_activities/live_activities) will be supported on watchOS 11. No additional setup is required. However, Apple offers the option to customize the watch interface. ### Apple Vision Pro @@ -27,3 +27,13 @@ The Vision Pro is now available in China, Japan, Singapore, Australia, Canada, F ### iPhone notifications on macOS Apple's new [iPhone mirroring](https://www.apple.com/newsroom/2024/06/macos-sequoia-takes-productivity-and-intelligence-on-mac-to-new-heights/) feature allows users to receive iPhone notifications on their macOS devices. Keep in mind, some media types, such as Push Story images and GIFs, are not supported, since they can't be rendered as a macOS notification. + +### Apple Intelligence + +[Apple Intelligence](https://developer.apple.com/documentation/Updates/Apple-Intelligence) is now available for devices running iOS 18.1 and later. + +As a Braze user, the most important new feature for you to be aware of are [notification summaries](https://support.apple.com/en-us/108781), which uses on-device processing to automatically group and generate text summaries for related push notifications sent from a single app. End-users can tap to expand a summary and view each push notification as they were originally sent. + +Due to how these summaries are generated, you won't have control over their specific behavior or the generated text. However, this will not impact any analytics or reporting features, such as push-click tracking. + +![A sample screenshot of a push notification preview summary.]({% image_buster /assets/img/apple/apple_intelligence/notification_preview_summary.png %}) diff --git a/assets/img/apple/apple_intelligence/notification_preview_summary.png b/assets/img/apple/apple_intelligence/notification_preview_summary.png new file mode 100644 index 00000000000..adb61bae05a Binary files /dev/null and b/assets/img/apple/apple_intelligence/notification_preview_summary.png differ