b8ne / react-native-pusher-push-notifications

Manage pusher interest subscriptions and notification events in Javascript.
MIT License
97 stars 85 forks source link

Missing documentation for iOS background capabilities #70

Closed jimhill closed 3 years ago

jimhill commented 3 years ago

It would be useful to note that on iOS you must enable the below for remote background notifications to get picked up:

Signing & Capabilities > Background Modes > Remote notifications

Humni commented 3 years ago

Closed via #71 - Thanks for your input @jimhill!