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

The iOS API allows for creating interactive notifications. Notifee supports devices running iOS 10+ and
includes support for many of the latest features available.

## 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 Notifee with remote notifications. |
