Implement Scheduled Local Notification | Xcode 11.5 | Swift 5.2.4 | KtrKathir

Опубликовано: 31 Июль 2020
на канале: iPhone Kathiresan
388
14

In this Swift tutorial. I discussed about Implementing a Scheduled Local Notification (UNUserNotification) and build an iOS Application | Xcode 11 | Swift 5.2

No real device. No Certificate. No Provisioning profile.

Here I used UserNotification framework and implemented. By 4 steps.
1. UNNotificationContent - Creating content of UserNotification
2. UNTimeIntervalNotificationTrigger - Scheduling TimeInterval
3. UNNotificationRequest - Creating Notification request
4. Add request to UserNotificationCenter - adding to UserNotificationCenter

If you like my way of teaching like my video and post a comment to know more What you are expectation.

And also If you have any suggestions post a comment to let me know more.

Subscribe on YouTube : https://bit.ly/KtrKathir
Follow me on WordPress: https://bit.ly/KtrKathir-blog
Like my page on Facebook: https://bit.ly/KtrKathir-fb

#iOS #Swift #LocalNotification

Chapters:
0:00 Introduction and basic setup
0:50 Explaining steps to implement Local Notification
2:51 Step 1. Implementing NotificationContent
4:15 Step 2. Implementing Notification Trigger
5:02 Step 3. Creating Notification Request
6:09 Step 4. Adding to UserNotificationCenter
7:38 Final output and explanation