diff --git a/src/images/content/screenshots/getting-started/apns-swift-getting-started-guide-2.png b/src/images/content/screenshots/getting-started/apns-swift-getting-started-guide-2.png new file mode 100644 index 0000000000..90f2652a19 Binary files /dev/null and b/src/images/content/screenshots/getting-started/apns-swift-getting-started-guide-2.png differ diff --git a/src/images/content/screenshots/getting-started/apns-swift-getting-started-guide.png b/src/images/content/screenshots/getting-started/apns-swift-getting-started-guide.png index 885a996389..2e73e84aaf 100644 Binary files a/src/images/content/screenshots/getting-started/apns-swift-getting-started-guide.png and b/src/images/content/screenshots/getting-started/apns-swift-getting-started-guide.png differ diff --git a/src/pages/docs/push/getting-started/apns.mdx b/src/pages/docs/push/getting-started/apns.mdx index cce663c4b0..1d01c2897e 100644 --- a/src/pages/docs/push/getting-started/apns.mdx +++ b/src/pages/docs/push/getting-started/apns.mdx @@ -6,7 +6,7 @@ meta_keywords: "Push Notifications Swift, Ably Push, APNs, iOS Push, Swift push This guide will get you started with Ably Push Notifications in a new SwiftUI application. -You'll learn how to set up your `AppDelegate` to manage push notifications, register devices with Ably, send push notifications, subscribe to channel-based push, handle incoming notifications, and implement location-based push notifications. +You'll learn how to set up your `AppDelegate` to manage push notifications, register devices with Ably, publish push notifications, subscribe to channel-based push, handle incoming notifications, and implement location-based push notifications.