i'm working with UILocalNotification, and i have read the apple documentation about it at this link:
but my question is how many notification i can schedule?...because here there write this:
the system keeps the soonest firing 64 notifications (with automatically rescheduled notifications counting as a single notification) and discards the rest.
so what this lines means?...i can schedule more than 64 notification or not? i don't want fire 64 at the same time, i only want schedule more than 64 notification...and then fire it when it's the firetime...