Force quit vs watchdog : impact to notifications that wake up app in background

Hello,


I understand that in cases where the user force quits an app, that the app is not woken up in the background for certain types of notifications that it otherwise would have been (https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623013-application)


Do apps get similar treatment for watchdog events? For example, if an app watchdogs during the process of cleaning up during applicationWillTerminate, will the system cease waking the app up for these types of notifications?


thanks, Aidan