views:

51

answers:

3
+1  Q: 

Local Notification

Does Local Notification run on simulator?

Does local Notification run if i close(not minimize) the program?

+2  A: 

Yes, and Yes. See : http://iphonesdkdev.blogspot.com/2010/04/local-push-notification-sample-code-os.html for an example

Thomas Joulin
A: 

See this link also.It has very good local notification tutorial with sample code.

All the best.

Warrior
+2  A: 

Local Notification can run on simulator also. You can click Here.

Apoorv