I'm trying to make an app that warns me when a current event is going to end. I have an entity (the event), with a date attribute - which is the end date for the event. How can I set a notification alert to pop up for like two days before the event ends? Any links to other tutorials or any hints will be much appreciated.
Asked
Active
Viewed 218 times
0
-
Consider using UILocalNotification. – Jun 27 '12 at 19:07