Ionic 4 app run after swipe out/killed

I need to call a method in every second (my app include a count down) and it’s working when the app in the thread but once I swipe out the app the countdown stops. How can I manage to do this?

Not much you can do here. If the app process is killed, it’s killed. A better option would be to handle things server side instead of client side.

2 Likes

@mhartington thanks for the reply. yeah I handle it using one signal