Silent notification waking a force closed application

Hi,


we're facing a strange behavior on iOS 13 in which, when the user kills our application by force closing it, if several APNS silent notifications are received in a quick manner, on of those notification wakes up the application.


By catching our application's delagate's `didFinishLaunchingWithOptions` we can confirm that our `launchOptions` is populated with a @"UIApplicationLaunchOptionsRemoteNotificationKey" key and the value contains our notification data.


We don't know if this is a know iOS behavior or if we can do anything to prevent this.


Thank you very much in advance.