User Interaction with Notifications with async/await

By the end of this tutorial, you will be able to respond to user interactions on notifications using the UserNotifications framework.

User Interaction with Notifications with async/await

In the previous articles, we have requested authorization to send notifications and created and scheduled local notifications with a calendar-based trigger. All of it using the new API of the UserNotifications framework using async/await. To conclude the series about local notifications let's learn how to respond when the user interacts with our notifications.

In this tutorial, we will declare notifications types, associate custom actions to them, and handle those actions in our application once our user interacts with them.

Become a free member or log in to proceed.