I am working on iPhone application in which there is an option for Alarm. Is it possible to araise alarm even my application close.
Asked
Active
Viewed 649 times
3 Answers
2
Yes to a certain degree there is, check out the local notifications programming guide (local notifications are available in iOS 4 and newer).

Robin
- 8,197
- 11
- 45
- 74
1
Use UILocalNotification
to set the notifications. Then even your application is not in foreground you will get alerts.

YPK
- 1,851
- 18
- 18