NSPrivacyTrackingDomains has NOT block connections

  • Xcode 15.0
  • iPhone15 iOS17.0 Simulator

I created demo app with Privacy manifest defined NSPrivacyTracking to YES, and NSPrivacyTrackingDomains with specific domain (used CDTFA Tax Rate API as example and string value is ca.gov).

However, after selecting Ask App not to Track on ATT dialog, URLSession was successed and got response from the domain.

Is there any wrong on my implementation? or is this feature has not released yet?

Post not yet marked as solved Up vote post of T_F_F Down vote post of T_F_F
1.4k views

Replies

I had the same problem

Do you know how to solve this problem?