In Xcode create a Notification Content Extension for your applicaiton by selecting menu File > New > Target > Notification Content Extension
Delete both NotificationViewController and MainInterface.storyboard files from content extension
Create a New Group With Folder named Resources
Create Folder references both MainInterface.storyboard and CarouselNotificationCell.xibfiles from Dengage.Framework.Extension folder to Resources folder under DengageContentExtension
Create Folder refereces for CarouselNotificationCell.swift, DengageNotificationViewController.swift and DengageReceivedMessage.swift
Info.plistAdd UNNotificationExtensionDefaultContentHidden as Boolean type with value YES
Change UNNotificationExtensionCategory value as DENGAGE_CAROUSEL_CATEGORY
Download from github. Release 1.0.10
Add to your project manually.
Follow the steps on above