I want to add UILocalNotification to my app. I want to set the fireDate to take the time and date and do the notification after a specific minutes. for example, if I give it the time as 13:00 and date is 10/03/2013 and I want it to notify the user after this time by 10 mins, 15 mins, 30 mins, 45 mins or 1 hour. how to code this?
Hope anyone got my mean. thanks in advance.