Is there a way by which an incoming notification can be identified as a normal notification or a silent notification?
In this method,
func receivedNotificationResponse(_ notificationResponse: UANotificationResponse, completionHandler: @escaping () -> Swift.Void) { }
Based on the type of push received, I need to perform different actions.
Any suggestions!
Thanks.
Comments
1 comment