I am making an alarm clock app and I am going to ask that one question that perhaps has been asked a million times before.
When a user sets date & time in my alarm clock app using UIDate picker and hits the home button on his iPhone or closes his phone, making my app go in the background, how can I still do a ringing sound to wake him up?
You can use local notifications http://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html or http://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/IPhoneOSClientImp/IPhoneOSClientImp.html#//apple_ref/doc/uid/TP40008194-CH103-SW13