I have an Alarm app which is pushing the local notifications to alert the user. I couldn't create a specific number of local notifications as they have to notify the user until he perform the actions(1. Tap on notification and opens the app, 2. By tapping the app icon and opening the app). As the app only allows 64 notifications to be scheduled, I couldn't create more than that.
I have got a logic that the local notifications are getting cleared one by one after received a specific number of notifications and the upcoming is receiving to the user (So it will keep 20 always until he opens the app in the notification status bar). This will help to play local notifications for infinite number of times until the user responds to the Local Notification.
But am stuck with clearing Local Notifications when the app is terminated. (When the app is in foreground we can clear each local notifications with its unique Identifier, and this has been worked out).
Above scenario is working fine in Alarmy App in Appstore(Reference)