I am working on an app that uses many local notifications. They are essential to the app. However, I have run into the 64 local notifications per app limit, which really limits the functionality of the app. I have thought about using Push Notifications, but I would prefer for the app to be able to work offline. I need to be able to schedule many notifications at a time with differing content.
Is there any way to get an exemption from this limit or to increase it? If not, does anyone have any ideas to counteract this limit?
I have explored scheduling more local notifications whenever the app opens or using a Push Notification to allow the app to work in the background.
Thank you so much for your help.