So I'm developing an app where the user can choose among certain topics and choose how many notifications to receive daily for each topic, all the notifications are stored in the database and will be fetched and stored in the device when the user enable a topic.. So everyday a background task should run to schedule the local notifications and delete the previous ones.. how can i archive this process on both Android and IOS?
↧