From e72ba1a2faa284aed0d2570a130598b00b4f7ac8 Mon Sep 17 00:00:00 2001 From: Nathan Zeng Date: Sat, 14 Feb 2026 14:42:29 -0800 Subject: [PATCH] fix: update outdated link --- docs/apis/push-notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apis/push-notifications.md b/docs/apis/push-notifications.md index 658e72da..cd1f6cdf 100644 --- a/docs/apis/push-notifications.md +++ b/docs/apis/push-notifications.md @@ -19,7 +19,7 @@ npx cap sync ## iOS -On iOS you must enable the Push Notifications capability. See [Setting Capabilities](https://capacitorjs.com/docs/v3/ios/configuration#setting-capabilities) for instructions on how to enable the capability. +On iOS you must enable the Push Notifications capability. See [Setting Capabilities](https://capacitorjs.com/docs/ios/configuration#setting-capabilities) for instructions on how to enable the capability. After enabling the Push Notifications capability, add the following to your app's `AppDelegate.swift`: