Posted on September 20, 2018
by Steven Lipton
Leave a Comment
If you’ve worked with notifications before, you’ve probably dealt with user permissions. IN iOS 12, there’s a new type of user notification permission to handle a situation that happens often, which is super easy to add to already existent code. Download the exercise file and… Continue Reading “Add Provisional Permissions for Notifications”
Category: ios12, LinkedIn Learning / Lynda.com, Swift Programming, Tutorial, Xcode 10Tags: custom notifications, in-app notifications, ios12, Local Notifications, Notification, Notification Permissions, Permissions, swift, UIUserNotificationSettings, UserNotificationCenter
Posted on November 21, 2016
by Steven Lipton
18 Comments
The new UserNotification framework changes everything you need to know about notifications. One major change is you can manage notifications quickly and easily with only a few methods. Besides adding notifications This lets you monitor, delete and update already scheduled notifications.Additionally there’s a delegate… Continue Reading “Manage, Delete and Update Notifications in iOS 10”