I'd like to send a message to a server from an iOS device at least a couple of times a day even if my app has been killed or terminated. I've been able to get this working in the background using react-native-background-task
however when the app is killed the background-task no longer runs. I also tried using push notifications with Google Cloud Messaging. I was able to get silent notifications when the app was backgrounded but unable to do so when the app was killed.
Is there any way I can message a server from an iOS device from an app that has been killed/terminated? Any help is much appreciated.