Skip to content

Commit 43bb315

Browse files
committed
fix: fix typo [netlify-build]
1 parent 5743bad commit 43bb315

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/mobile/apple

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/apple/ios-17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In an effort to limit fingerprinting, Apple is also making plans to have develop
2626
Apple is also introducing the concept of [NSPrivacyTrackingDomains](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files#4284009) to Privacy Manifests in iOS 17. This is an array of strings that lists the URLs the app connects to in order to aid in tracking. If the user has not granted tracking permission through the App Tracking Transparency framework, network requests to these domains fail and your app receives an error. The Analytics-Swift Privacy Manifest includes the endpoint Segment events are sent to.
2727

2828
> info ""
29-
> If you set NSPrivacyTracking to true then you need to provide at least one internet domain > in NSPrivacyTrackingDomains; otherwise, you can provide zero or more domains.
29+
> If you set NSPrivacyTracking to true then you need to provide at least one internet domain in NSPrivacyTrackingDomains; otherwise, you can provide zero or more domains.
3030
3131

3232
## Analytics-Swift Privacy Manifest

0 commit comments

Comments
 (0)