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 April 25, 2016
by Steven Lipton
5 Comments
The word notification gets a bit abused in the world of mobile development, especially in the world of Apple development. Notifications could mean internal notifications, where classes use observers to watch unrelated code. When a notification appears, the observer code executes special code for… Continue Reading “Adding iOS Local Notifications in Swift”
Category: iOS9, Swift Programming, Tutorial, WatchKitTags: AppDelegate, badge, fireDate, Local Notifications, notification types, Notifications, sound, UIApplication, UILocalNotification, UIUserNotificationSettings