1
Hello, I am developing an Ionic application (Android and IOS) and this application needs to perform a task in the background every 1 minute even if the application has been closed or the mobile phone restarted. I found some plugins for background tasks, but when I close the application the task is terminated, and I did not find any that start the task automatically when the mobile starts.
Researching on native development I found some Android features that allow to do this: Workmanager, Job Scheduler and Services. But I haven’t found any Ionic plugin that allows me to use these features.
Is there any way to do this with Ionic?