You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/adjust/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ In cases where the Adjust integration sometimes does not track the install attri
47
47
48
48
#### Additional device-mode set up for iOS 14 support
49
49
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.
51
51
52
52
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.
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/appsflyer/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This document was last updated on April 27, 2018. If you notice any gaps, outdat
20
20
21
21
#### Additional device-mode set up for iOS 14 support
22
22
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.
24
24
25
25
To use the latest AppsFlyer SDK to collect IDFAs, do the following:
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:
728
728
729
729
1. import the [AdSupport](https://developer.apple.com/documentation/adsupport) and [App Tracking Transparency](https://developer.apple.com/documentation/apptrackingtransparency) Frameworks by Apple
730
730
2. pass the below code snippet to Segment config and start tracking events
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/mobile/ios/ios14-guide.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
title: iOS14 Guide
2
+
title: iOS 14 Guide
3
3
strat: ios
4
4
---
5
5
6
6
> 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.
8
8
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.
10
10
11
11
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.
12
12
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.
14
14
15
15
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.
16
16
@@ -29,7 +29,7 @@ Due to this major change, **you should upgrade to the latest stable version of `
29
29
30
30
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.
31
31
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.
33
33
34
34
{% comment %}
35
35
Investigate why above link doesn't work when relative.
@@ -40,9 +40,9 @@ Investigate why above link doesn't work when relative.
40
40
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.
41
41
42
42
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.
44
44
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:
@@ -54,4 +54,4 @@ Several integration partners made their own updates to support Apple’s iOS14 p
54
54
Additional affected integration partners are in the process of making changes, and these will be included in future updates.
55
55
56
56
> 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