Is a Privacy Manifest Required When Using Notification Service Extension?

Apple requires declaring the use of UserDefaults in both the App and third-party libraries in the PrivacyInfo.

However, I also utilize UserDefaults in the Notification Service Extension.

Should I treat the Extension as part of the App and only declare it within the App project? Or do I need to separately declare it for the Extension as well?

Is a Privacy Manifest Required When Using Notification Service Extension?
 
 
Q