Enable Push Notifications for iOS
Configure your iOS app send push notifications.
-
Enable push notifications in your target’s Capabilities settings.
-
Set your
AppDelegateclass to adhere to theUIApplicationDelegateandUNUserNotificationCenterDelegateprotocol. -
Extend the SDK configuration code to add support for push registration.
-
Add the required
UIApplicationDelegateprotocol methods to support push registration to yourAppDelegateclass. -
Add the required
UNUserNotificationCenterDelegateprotocol methods to support push notifications to yourAppDelegateclass.