iOS image carousel push notifications
The UNNotificationContentExtension
protocol provides the entry point for a notification content app extension, which displays a custom interface for your app’s notifications.
1. Add Notification Content Extension
In Xcode, select File > New > Target…
Choose the Notification Content Extension
Name it NotificationContentExtension
2. Add code to your app
Download PWNotificationExtension from Github and replace the PWNotificationContentExtension
in your Xcode Project with the same file from Github.
3. Notification category
Add the code bellow to your AppDelegate.swift file
4. Send a push notification
iOS Category:
Send a push notification with APS json:
Custom Data
You must list the Image URLs separated by a comma ,
Once you receive the push, you will need to long press or swipe left and click “View” to expand the notification depending on the iOS version.