Skip to content

Commit 2934ceb

Browse files
author
markzegarelli
authored
Merge pull request #1187 from segmentio/DOC-56_ios14-space
Doc 56 ios14 space
2 parents 7246e61 + b3da4d0 commit 2934ceb

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

src/_data/sidenav/strat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ sections:
8686
- path: /connections/sources/catalog/libraries/mobile/ios/quickstart
8787
title: iOS Quickstart tutorial
8888
- path: /connections/sources/catalog/libraries/mobile/ios/ios14-guide
89-
title: iOS14 guide
89+
title: iOS 14 guide
9090
- path: /connections/sources/catalog/libraries/mobile/ios/middleware
9191
title: Middlewares for iOS
9292
- path: /connections/sources/catalog/libraries/mobile/ios/troubleshooting

src/connections/destinations/catalog/adjust/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In cases where the Adjust integration sometimes does not track the install attri
4747
4848
#### Additional device-mode set up for iOS 14 support
4949
50-
Segment’s Adjust SDK was updated to use Adjust version 4.23.0 to prepare for iOS 14. The updated Adjust SDK offers iOS14 support, AppTrackingTransparency (ATT) and SKAdNetwork dashboard features.
50+
Segment’s Adjust SDK was updated to use Adjust version 4.23.0 to prepare for iOS 14. The updated Adjust SDK offers iOS 14 support, AppTrackingTransparency (ATT) and SKAdNetwork dashboard features.
5151
5252
See Adjust's [Steps to Support iOS 14 documentation](https://help.adjust.com/manage-data/data-privacy/ios-14-user-privacy-frameworks#Steps-to-support-iOS-14) for more information.
5353

src/connections/destinations/catalog/appsflyer/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This document was last updated on April 27, 2018. If you notice any gaps, outdat
2020

2121
#### Additional device-mode set up for iOS 14 support
2222

23-
Segment updated the AppsFlyer iOS SDK to use version `6.0 beta` to prepare for tracking changes in iOS 14. The SDK beta version is compatible with the beta version of iOS 14 released by Apple, and supports both AppsFlyer's aggregate attribution, and Apple's `AppTrackingTransperancy` framework, and more. See [the AppsFlyer blog post](https://www.appsflyer.com/blog/privacy-centric-attribution-ios14/] about AppsFlyer's new privacy-centric attribution model.
23+
Segment updated the AppsFlyer iOS SDK to use version `6.0 beta` to prepare for tracking changes in iOS 14. The SDK beta version is compatible with the beta version of iOS 14 released by Apple, and supports both AppsFlyer's aggregate attribution, and Apple's `AppTrackingTransperancy` framework, and more. See [the AppsFlyer blog post](https://www.appsflyer.com/blog/privacy-centric-attribution-ios14/) about AppsFlyer's new privacy-centric attribution model.
2424

2525
To use the latest AppsFlyer SDK to collect IDFAs, do the following:
2626

src/connections/sources/catalog/libraries/mobile/ios/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ configuration.requestFactory = ^(NSURL *url) {
724724
725725
## Ad Tracking and IDFA
726726
727-
Starting iOS14, applications must prompt users if that app needs to collect their Identifier for Advertisers (IDFA). Going forward with analytics-ios-4.1 and later, Segment doesn't auto-collect IDFA. If your app or any integrations require the use of IDFA, you need to:
727+
Starting iOS 14, applications must prompt users if that app needs to collect their Identifier for Advertisers (IDFA). Going forward with analytics-ios-4.1 and later, Segment doesn't auto-collect IDFA. If your app or any integrations require the use of IDFA, you need to:
728728
729729
1. import the [AdSupport](https://developer.apple.com/documentation/adsupport) and [App Tracking Transparency](https://developer.apple.com/documentation/apptrackingtransparency) Frameworks by Apple
730730
2. pass the below code snippet to Segment config and start tracking events

src/connections/sources/catalog/libraries/mobile/ios/ios14-guide.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: iOS14 Guide
2+
title: iOS 14 Guide
33
strat: ios
44
---
55

66
> warning ""
7-
> **Note:** You should update your `analytics-ios` and device-mode destinations to adapt to iOS14 changes explained in this guide.
7+
> **Note:** You should update your `analytics-ios` and device-mode destinations to adapt to iOS 14 changes explained in this guide.
88
9-
In June 2020, Apple made several privacy-related announcements at WWDC20 about its upcoming iOS14 release, including [changes to the collection and use of Identifier for Advertising (IDFA)](https://developer.apple.com/app-store/user-privacy-and-data-use/). These changes require developers to ask for user consent *before* collecting IDFA to track users across multiple applications.
9+
In June 2020, Apple made several privacy-related announcements at WWDC20 about its upcoming iOS 14 release, including [changes to the collection and use of Identifier for Advertising (IDFA)](https://developer.apple.com/app-store/user-privacy-and-data-use/). These changes require developers to ask for user consent *before* collecting IDFA to track users across multiple applications.
1010

1111
Segment fundamentally agrees with Apple’s stance. The world is becoming more privacy-conscious, and we believe that every single one of us will have right to own our own data. The best companies are the ones using this data in responsible ways.
1212

13-
Apple released iOS14 in the autumn of 2020, but [delayed the IDFA changes until early 2021](https://developer.apple.com/news/?id=hx9s63c5&1599152522). Segment products, including Connections, Protocols, Personas (including Identity Resolution), and Privacy, Data Lakes, and Cloud Sources, do not rely on IDFA and so are not affected by these platform changes. However, Segment’s iOS Source SDK (`analytics-ios`) and any destinations that previously used IDFA require that you update them so they continue to work with iOS14.
13+
Apple released iOS 14 in the autumn of 2020, but [delayed the IDFA changes until early 2021](https://developer.apple.com/news/?id=hx9s63c5&1599152522). Segment products, including Connections, Protocols, Personas (including Identity Resolution), and Privacy, Data Lakes, and Cloud Sources, do not rely on IDFA and so are not affected by these platform changes. However, Segment’s iOS Source SDK (`analytics-ios`) and any destinations that previously used IDFA require that you update them so they continue to work with iOS 14.
1414

1515
Segment updated the iOS Source SDK (`analytics-ios`) and any affected destinations so they support Apple’s iOS platform changes. The Segment iOS SDK (`analytics-ios`) has been updated to version 4 with v4.1 released as stable.
1616

@@ -29,7 +29,7 @@ Due to this major change, **you should upgrade to the latest stable version of `
2929

3030
If you need to collect the user’s IDFA to pass it to specific destinations, or for other uses, you can follow the steps for Ad Tracking and IDFA in the [iOS documentation](/docs/connections/sources/catalog/libraries/mobile/ios#ad-tracking-and-idfa) to collect and pass IDFA as a configuration item to the Segment SDK.
3131

32-
Remember, under iOS14, applications can only collect the IDFA from a user if they consent to make it available. The Segment example code, used along with Apple’s documentation, make it easy for developers to collect and pass the IDFA to the Segment SDK as a configuration item on app load.
32+
Remember, under iOS 14, applications can only collect the IDFA from a user if they consent to make it available. The Segment example code, used along with Apple’s documentation, make it easy for developers to collect and pass the IDFA to the Segment SDK as a configuration item on app load.
3333

3434
{% comment %}
3535
Investigate why above link doesn't work when relative.
@@ -40,9 +40,9 @@ Investigate why above link doesn't work when relative.
4040
Due to [major changes](https://github.com/segmentio/analytics-ios/blob/master/CHANGELOG.md) to core Segment SDKs for version 4, **all device-mode destination SDKs have been updated**. You should update all device-mode integrations and their bundled SDK packages accordingly.
4141

4242

43-
## Segment’s integrations have been updated to support Apple’s iOS14 changes.
43+
## Segment’s integrations have been updated to support Apple’s iOS 14 changes.
4444

45-
Several integration partners made their own updates to support Apple’s iOS14 platform changes. Segment integrations for both device- and cloud-mode now have the most recent changes from affected integration partners:
45+
Several integration partners made their own updates to support Apple’s iOS 14 platform changes. Segment integrations for both device- and cloud-mode now have the most recent changes from affected integration partners:
4646

4747
1. [Amplitude](/docs/connections/destinations/catalog/amplitude/#troubleshooting)
4848
2. [Braze](/docs/connections/destinations/catalog/braze/#additional-device-mode-set-up-for-ios-14-support)
@@ -54,4 +54,4 @@ Several integration partners made their own updates to support Apple’s iOS14 p
5454
Additional affected integration partners are in the process of making changes, and these will be included in future updates.
5555

5656
> info ""
57-
> If you discover an integration affected by Apple’s iOS14 changes, but is not listed above or does not have updates, [contact customer support](https://segment.com/help/contact/).
57+
> If you discover an integration affected by Apple’s iOS 14 changes, but is not listed above or does not have updates, [contact customer support](https://segment.com/help/contact/).

0 commit comments

Comments
 (0)