I have 8 local display notifications that differ day by day.
They work great for one day, but I want to run them every day. I used BackgroundFetch to migrate local notifications every time a fetch is performed. But my problem is that background fetching depends on how often the user uses the application. What to do if the user does not open the application more often. Also, I did not want to enter silent notifications, because it will not wake the application if the user does not have an Internet connection. which approach should be used instead of background fetching?
EDIT:
I also thought about updating the location in the background, because the time of my notification is taken from the user's location and calculated accordingly. But will it consume a lot of battery?
ios objective-c push-notification uilocalnotification
ukama
source share