How to get notification when mobile in switch off mode

881 Views Asked by At

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..

1

There are 1 best solutions below

0
On

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.