iOS Training from beginner to advanced
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”
Even if you never want to make an app for the Apple Watch, there’s one place you might want to think about supporting: Notifications. In a previous lesson, we explored how to make local notifications for iOS devices. That lesson ended with a free… Continue Reading “Adding Actions to iOS and WatchOS Local Notifications”