Creating Local Notifications

Local notifications allow an application that isn’t running in the foreground to let its users know it has something to tell them. Local notifications are an instance of UILocalNotification.  Available Options: Scheduled time (including rescheduling if required). Notification type – The alert message, the title of the action button, the application icon badge number, and […]

Read More