Cordova: iOS restriction for local notifications

Possible duplicate:
Daily fire alert every time at a different time

I am using a plugin to create local notifications. On android I just create all local notifications and I'm done. On iOS there is a limit of 64 .

My question is, who can I handle this limit?

Some thoughts:

I could create some kind of buffer, but I'm not sure how to do this in xcode. Also, I will need to periodically check if I can send you notifications from the buffer in iOS. But how can I do this if the application is not working? Can I use AppDelegate's handleOpenURL notification? How to keep the buffer even if the application is closed?

0


source to share





All Articles