I found that to create an alarm app on iphone one should use Local Notifications.
However, this only starts to play a sound at a given time.
I did not find a way to start another app or to start specific code, that should happen a a specific time.
Is there a way to do this? If available, please also refer to a sample app.
Thanks very much…
It’s easy. Just use NSTimer. Check the doco.