Training and Instructional Design
For all the changes in notifications starting in iOS 10 the coolest is the service extension and the content extension. The service extension intercepts push payloads from apps, and gives you the chance to change content in the notification before it is presented. The… Continue Reading “Customizing Notifications with the Service and Content Extensions”
In earlier lessons I’ve shown you how to make a notification and how to manage notifications with the UserNotifications frame work. One very exciting part of the frame work is executing the app’s code in the background. You don’t have to open the app to… Continue Reading “Add Actions and Categories to Notification in Swift”