From 235bb7f9640683cd88407d35366b1133f88a9c11 Mon Sep 17 00:00:00 2001 From: Niall Brennan Date: Tue, 14 Nov 2023 15:04:21 +0000 Subject: [PATCH 1/3] update idfa docs --- packages/plugins/plugin-idfa/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/plugins/plugin-idfa/README.md b/packages/plugins/plugin-idfa/README.md index 1e353e964..94bebab70 100644 --- a/packages/plugins/plugin-idfa/README.md +++ b/packages/plugins/plugin-idfa/README.md @@ -36,6 +36,8 @@ const segmentClient = createClient({ segmentClient.add({ plugin: new IdfaPlugin() }); ``` +You will need to provide a [NSUserTrackingUsageDescription](https://developer.apple.com/documentation/bundleresources/information_property_list/nsusertrackingusagedescription) key in your Info.plist files for why you wish to track IDFA. An IDFA value of `0000...` will be returned on an iOS simulator. + ## Customize IDFA Plugin Initialization To delay the `IDFA Plugin` initialization (ie. to avoid race condition with push notification prompt) implement the following: From 20d5d3ef5284c73a449d2d1be7abc0b9e66177a0 Mon Sep 17 00:00:00 2001 From: Niall Brennan Date: Tue, 14 Nov 2023 15:11:10 +0000 Subject: [PATCH 2/3] update idfa docs --- packages/plugins/plugin-idfa/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/plugin-idfa/README.md b/packages/plugins/plugin-idfa/README.md index 94bebab70..4b67d2213 100644 --- a/packages/plugins/plugin-idfa/README.md +++ b/packages/plugins/plugin-idfa/README.md @@ -36,7 +36,7 @@ const segmentClient = createClient({ segmentClient.add({ plugin: new IdfaPlugin() }); ``` -You will need to provide a [NSUserTrackingUsageDescription](https://developer.apple.com/documentation/bundleresources/information_property_list/nsusertrackingusagedescription) key in your Info.plist files for why you wish to track IDFA. An IDFA value of `0000...` will be returned on an iOS simulator. +You will need to provide a [NSUserTrackingUsageDescription](https://developer.apple.com/documentation/bundleresources/information_property_list/nsusertrackingusagedescription) key in your Info.plist file, for why you wish to track IDFA. An IDFA value of `0000...` will be returned on an iOS simulator. ## Customize IDFA Plugin Initialization From 8cf948491dd88a9e9bd532b13984f69b0f100d7c Mon Sep 17 00:00:00 2001 From: Niall Brennan Date: Tue, 14 Nov 2023 15:13:01 +0000 Subject: [PATCH 3/3] update idfa docs --- packages/plugins/plugin-idfa/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugins/plugin-idfa/README.md b/packages/plugins/plugin-idfa/README.md index 4b67d2213..8bbe87828 100644 --- a/packages/plugins/plugin-idfa/README.md +++ b/packages/plugins/plugin-idfa/README.md @@ -36,7 +36,7 @@ const segmentClient = createClient({ segmentClient.add({ plugin: new IdfaPlugin() }); ``` -You will need to provide a [NSUserTrackingUsageDescription](https://developer.apple.com/documentation/bundleresources/information_property_list/nsusertrackingusagedescription) key in your Info.plist file, for why you wish to track IDFA. An IDFA value of `0000...` will be returned on an iOS simulator. +You will need to provide a [NSUserTrackingUsageDescription](https://developer.apple.com/documentation/bundleresources/information_property_list/nsusertrackingusagedescription) key in your `Info.plist` file, for why you wish to track IDFA. An IDFA value of `0000...` will be returned on an iOS simulator. ## Customize IDFA Plugin Initialization