Tag: categories
-
Add Actions and Categories to Notification in Swift
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 do custom actions or even to input data. Using categories and…