Background tasks

Hello,
Im using Ionic with Cordova and I need to update some data on database twice a day, even if the app is closed.
I tried to use Cordova Background Plugin from Katzer, but it I wasnt successful.
Isso there a way to do that? A cordova plugin or a way to do some native code (android)?
Thanks

You may need to implement IntentService on Android for background services. See if this can solve your problem: ‘Build your own Background Service

Thanks. It worked. I created my own Cordova plugin for my app

Hello. How did you create it. Best Regards