I am making an app in iOS where it will send local notifications on a timer. It works fine when the app is in background state, but does not work when it has been terminated and closed completely.
Is there anyway to still send local notifications when this has happened?
Thanks in advance.