Is there any way to add progress view in local notification body ? I want to show a progress view for an upload, in notification.
From iOS 10 you can use UNUserNotification framework for creating custom notification interfaces. Please check the link here.