Iam try to do a small application in that i want to show alarm/notification even when iphone is in switch off..
Please tell which one is best like localnotification/pushnotification/ add to reminder..
Iam try to do a small application in that i want to show alarm/notification even when iphone is in switch off..
Please tell which one is best like localnotification/pushnotification/ add to reminder..
Try to implement UILocalNotification because most of the alarm apps use that. I am not sure whether UILocalNotifications are fired when the device is switched off. See this thread that has a similar discussion.