What happens when a UILocalNotofication is scheduled when a device is switched off.
Eg. I schedule a UILocalNotification at 3pm everyday. But the device is switched off from 3:00pm to 4:00pm. I guess any one of the following conditions will be true.
- No notification is fired after device is restarted.
- Notification is fired when the device is restarted i.e. at 4:00pm
I do not have a device and could not test it on a simulator.
Note: By switch off I mean that the device is turned off, and not sleep/stand by mode