I'm currently looking for a way to give the User of my App to set a time window where he will receive notifications. UILocalNotification doesn't offer such setting. I was thinking about a having "silent" notifications that trigger a new time cycle? So for example the User wants to see repeating notifications only between 8am & 8pm how would you do that?
PS: The notification itself works great but im struggling with the time window.