As of iOS 10, UILocalNotification
is deprecated. Scheduling and handling local notifications is now the responsibility of the User Notifications framework, a brand new framework that is much more capable than the UILocalNotification
class.
In this tutorial, I show you how to use the User Notifications framework to schedule and handle local notifications.
Read this article on the blog.