- 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?