pushy / pushy-react-native

The official Pushy SDK for React Native apps.
Apache License 2.0
16 stars 20 forks source link

Push notifications do not come to iOS when the phone is in sleep mode #58

Closed XfortunaX closed 3 years ago

XfortunaX commented 3 years ago

Hello, Push notifications do not come to iOS when the phone is in sleep mode. Can you do something about it?

*Params content_available set true.

pushy commented 3 years ago

Hi @XfortunaX, We'd be glad to assist.

If your app has been swiped away from the recent apps (force closed) on iOS, silent notifications (using content_available: true) will not wake up your app until the user manually re-opens your app by clicking its icon in the Springboard.

This is an Apple platform restriction. We apologize for the inconvenience.