Hi All,
We have implemented UNUserNotifcation for iOS 10 with XCode 8.When application is in foreground, we are showing custom banner instead of iOS default notification.This is achieved by implementing willPresent notification delegate of UNUserNotification.In completion handler of willPresent method we are passing empty option array to silence iOS notification and triggering a custom method to show custom Banner.But here after silencing the notification ,this notification is not added in device notification center.Is there any way to add notification in notification in notification center when silencing the notification?
Thanks,
Nidhin