1
Good evening, I’m just developing an application for parties. In this application lists the city parties with date and time, tickets and tals.. I’m having a hard time creating a feature, I need to notify the user that the party will start with the advance requested by him.
I need the plugin to send an audible warning and display a notification message to inform that the event is to occur, this plugin would need to work on android/Ios with Apache Cordova.
The plugin should notify even if the application is closed, as if it were an android service.
To make the service work in the background you can use the https://github.com/Red-Folder/Cordova-Plugin-BackgroundServiceplugin
– Pedro Henrique