# Notifications

## Overview

## Subjects

### Scheduling Local Notifications

{% embed url="<https://youtu.be/XnnDHDlPwLw>" %}
[Hacking with Swift / 100 Days / Day-81 - Scheduling local notifications](https://www.hackingwithswift.com/books/ios-swiftui/scheduling-local-notifications)
{% endembed %}

**Tags**: #apns #AppleNotificationServer #UNUserNotificationCenter #UNMutableNotificationContent

### Posting notifications to the lock screen

{% embed url="<https://youtu.be/DaP_MNSfJWY>" %}
[Hacking with Swift / 100 Days / Day-84 - Posting notifications to the lock screen](https://www.hackingwithswift.com/books/ios-swiftui/posting-notifications-to-the-lock-screen)
{% endembed %}

**Tags**: #UNNotificationCenter #UNNotificationSound

## Sample Codes

```swift
```

## Sources

### Videos

### Articles / Documents

*

## See also

* [.alert](https://swift.sedatonat.dev/view/view-modifiers/.alert "mention")
