React-Native: use Push Notification to wake up a background job

As far as I know, push notification can be used in the response native, even when the application is closed. Is it possible to use a push notification to start a background task in a response native?

for example, when a push notification is sent to a device, it runs a function to retrieve data from the server and update the database.

https://github.com/zo0r/react-native-push-notification

+7
javascript push-notification react-native react-native-ios
source share

No one has answered this question yet.

See related questions:

1126
Why use Redux over Facebook Flux?
313
Does Android support almost real-time push notification?
216
Will iOS launch my application in the background if it is forcibly closed by the user?
152
Determine if the application was launched / opened from a push notification
5
respond to native with the launch of push notifications in the background
2
How to get push notification in the foreground and in the background
2
Pubnub + React native - no banner notification on a real iOS device
one
cannot edit own push notification
one
responsive native push notification azure
0
How to transfer data for push notification with

All Articles