---
title: iOS Notifications
description: Learn about integrating iOS notifications with Notify Kit.
---

The iOS API allows for creating interactive notifications. `react-native-notify-kit` targets **iOS 15.1+** (see [`RNNotifee.podspec`](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/RNNotifee.podspec)) and supports the latest UNUserNotificationCenter features, including Focus Mode interruption levels, communication notifications, and Notification Service Extensions.

## iOS Features

| Topic                                                                        |                                                                          |
| ---------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [Appearance](/react-native/ios/appearance)                                   | Notifications can be displayed to your users in a variety of ways.       |
| [Badges](/react-native/ios/badges)                                           | Manage the badge count on your application.                              |
| [Behaviour](/react-native/ios/behaviour)                                     | Control how notifications behave when they are displayed to your users.  |
| [Categories & Actions](/react-native/ios/categories)                         | Create & assign categories to notifications to display actions.          |
| [Interaction](/react-native/ios/interaction)                                 | Handle user interaction with the notification and quick actions.         |
| [Permissions](/react-native/ios/permissions)                                 | Request permission from your application users to display notifications. |
| [Remote Notification Support](/react-native/ios/remote-notification-support) | Utilise the power of Notify Kit with remote notifications.               |
