Chapter 29
Working with User Notifications

Prior to iOS 10, user notifications were plain and simple, without rich graphics or media. They were presented in text format. Depending on the user's context, the notification could appear on the lock screen or home screen. If the user missed any notifications, they could bring up the Notification Center to view all pending notifications.

Figure 29-1. Sample user notifications in lock screen and home screen
Figure 29-1. Sample user notifications in lock screen and home screen

Since the release of iOS 10, Apple has revamped the notification system to support user notifications in rich content and custom notification UI. By rich content, it means you can include static images, animated GIFs, videos, and audios in the notifications. Figure 29-2 gives you an idea of rich content notifications.

Figure 29-2. Sample user notifications in rich content
Figure 29-2. Sample user notifications in rich content

You may have heard of push notifications, which have been widely adopted in messaging apps. Actually, user notifications can be classified into two types: local notifications and remote notifications. Local notifications are triggered by the application itself and contained on the user's device. For example, a location-based application will send users a notification when they are in a particular area. Or a to-do list app displays a notification when an item is close to the due date.

Remote notifications are usually initiated by server side applications that reside on remote servers. When the server application wants to send messages to users, it sends a notification to Apple Push Notification Service (or APNS for short). The service then forwards the notification to users' devices.

We're not going to talk about the implementation of remote notifications in this chapter. Instead, we will focus on discussing local notifications, and show you how to use the new User Notifications framework to implement the rich-content notifications.

To access the full version of the book, please get the full copy here. You will also be able to access the full source code of the project.

results matching ""

    No results matching ""