iOS Notifications

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) and supports the latest UNUserNotificationCenter features, including Focus Mode interruption levels, communication notifications, and Notification Service Extensions.

iOS Features

Topic
AppearanceNotifications can be displayed to your users in a variety of ways.
BadgesManage the badge count on your application.
BehaviourControl how notifications behave when they are displayed to your users.
Categories & ActionsCreate & assign categories to notifications to display actions.
InteractionHandle user interaction with the notification and quick actions.
PermissionsRequest permission from your application users to display notifications.
Remote Notification SupportUtilise the power of Notify Kit with remote notifications.