<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "Xcode: 11.5.0 -"
  ],
  "documentType" : "article",
  "framework" : "UserNotifications",
  "identifier" : "/documentation/UserNotifications/implementing-alert-push-notifications",
  "metadataVersion" : "0.1.0",
  "role" : "sampleCode",
  "title" : "Implementing Alert Push Notifications"
}
-->

# Implementing Alert Push Notifications

Add visible alert notifications to your app by using the UserNotifications framework.

## Overview

> Note: This sample code project is associated with WWDC20 session [10095: Push Notifications Primer](https://developer.apple.com/wwdc20/10095/).

### Configure the Sample Code Project

Before you run the sample code project in Xcode, set up a remote notification server to send pushes. See [Setting Up a Remote Notification Server](doc://com.apple.documentation/documentation/UserNotifications/setting-up-a-remote-notification-server).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)