Enable Push Notifications for iOS

Configure your iOS app send push notifications.

  1. Enable push notifications in your target’s Capabilities settings.

  2. Set your AppDelegate class to adhere to the UIApplicationDelegate and UNUserNotificationCenterDelegate protocol.

  3. Extend the SDK configuration code to add support for push registration.

  4. Add the required UIApplicationDelegate protocol methods to support push registration to your AppDelegate class.

  5. Add the required UNUserNotificationCenterDelegate protocol methods to support push notifications to your AppDelegate class.