It may be a question in advance but I wonder what to use instead of UILocalNotification
in iOS 10. I am working on an app which has deployment target iOS 8 so w
Local Notifications for iOS 10 in Objective-C.
If you have been programming for a while I am sure you are familiar with the UILocalNotification
class, and right now with the arrival of iOS 10 you can see that UILocalNotification
has been deprecated. For a detailed implementation visit this blog post.