didReceiveRemoteNotification not called in iOS 13.3 when app is in background
问题 I am banging my head. I am implementing push notification. Everything is working fine (push is received, badge is updated) but under iOS 13.3 the method application(_:didReceiveRemoteNotification:fetchCompletionHandler:) is not called when the app is in the background. If the app is in the foreground or using an iOS 12 device the method is called. I register for push notification in the following way: [[UNUserNotificationCenter currentNotificationCenter] requestAuthorizationWithOptions: