Actually, I'm developing an App that triggers local notifications on sunrise and sunset time (which differs daily, so can not use alarm). Additionally I need this functionality offline.
I've already tried:
- Register whole years notifications at once but it does not work because of notifications limit restrictions
- Register next notification on trigger event of current notification but this logic fails when a notification does not trigger when device is switched off.
Any help would be appreciated. :)