I have an app that uses Firebase Messaging to receive notifications of relevant activity on a web server, which works perfectly in the background or even when the app isn't running. This enables the users to receive time critical notifications that demand their quick response.
What I also need to to have the web server keep track of all running apps, so is there a way that the app can poll the web server every hour or so even when the app is in the background, similar I guess to how an email app would wake up and check a pop3 mailbox every few minutes?
Thanks,
Kev
What I also need to to have the web server keep track of all running apps, so is there a way that the app can poll the web server every hour or so even when the app is in the background, similar I guess to how an email app would wake up and check a pop3 mailbox every few minutes?
Thanks,
Kev