NSPrivacyTracking and NSPrivacyTrackingDomains

My app is using Advertising data type to track but it leverages third-party ads SDKs to do so. I add NSPrivacyCollectedDataTypeAdvertisingData and NSPrivacyCollectedDataTypeTracking that is true to my app's manifest file.

Those third-party ads SDKs will have their own manifests declaring the values of NSPrivacyTracking and tracking domains.

In this case, do I need to set NSPrivacyTracking as true and add domains those SDKs are connecting to the host app's privacy manifest? My guess is no since all manifests are merged in to a single report finally.

Hi! I had the same issue. In my case, I've set it to False based on the fact that the third-party ads SDK already has its own manifest. I've sent it for review, and it has passed.

NSPrivacyTracking and NSPrivacyTrackingDomains
 
 
Q