Regarding network connection blocking of NSPrivacyTrackingDomains

・Xcode 15.1
・The app is also compatible with Watch.

In the privacy manifest, we defined NSPrivacyTracking to YES and NSPrivacyTrackingDomains to specific domains.
Furthermore, to avoid warnings when uploading to Testflight,
we have implemented a privacy manifest file in the app with the following configuration.

・Place the .xcprivacy files for the app itself and WatchExtension under their respective Target directories.
・Settings related to tracking domains are listed in .xcprivacy of the app itself.
・In .xcprivacy of WatchExtension, only describe the reason for UserDefault of NSPrivacyAccessedAPIType

However, these implementations do not block network connections,
"Fault" still occurs on "Point of Intereset instruments".

Is there something wrong with my implementation?