I would like to know how applications such as WhatsApp is still able to navigate the user to right message screen even when WhatsApp is closed/terminated.
Does this imply that WhatsApp is not at all terminated but stays running in the background?
I need to implement the same feature in a react-native application. The push notification is working but when my app is terminated, it only opens the app to the main screen upon receipt of a push notification.
I would like to know:
1) If there exists a strategy to actually make it work similar to WhatsApp receiving pushnotifs even when it is terminated ?
2) Other technologies - e.g. OneSignal or Pusher - that offers this.
Please note that I am from an iOS background.
Thanks,
Avinash