Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion push-notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down