IOS 13 following method not called
func userNotificationCenter(_ center: UNUserNotificationCenter,
didReceive: UNNotificationResponse,
withCompletionHandler: @escaping ()->()) {
withCompletionHandler()
}
It should be call when app is in background and user want to perform some action , it is called when user tap on it
I am using Xcode Version 11.6 (11E708)
I want to perform some task when app in background , how can i do , can anyone please help ?