diff --git a/push-notifications/README.md b/push-notifications/README.md index 85fca33b1..9e9d34af2 100644 --- a/push-notifications/README.md +++ b/push-notifications/README.md @@ -11,7 +11,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. In Xcode, under **Signing & Capabilities**, add the **Push Notifications** capability. It is also recommended to add the **Background Modes** capability with **Remote notifications** checked. See [Setting Capabilities](https://capacitorjs.com/docs/v3/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`: