From 6adf8327ffb1743279397f534672de308634e635 Mon Sep 17 00:00:00 2001 From: Niall Brennan Date: Tue, 12 Dec 2023 20:49:22 +0000 Subject: [PATCH] chore: update IDFA docs (#895) * update idfa docs * update idfa docs * update idfa docs --------- Co-authored-by: Niall Brennan --- 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..8bbe87828 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` file, 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: