Skip to content

Commit 793ade1

Browse files
niallzatoNiall Brennan
authored andcommitted
chore: update IDFA docs (#895)
* update idfa docs * update idfa docs * update idfa docs --------- Co-authored-by: Niall Brennan <[email protected]>
1 parent 03f13a1 commit 793ade1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/plugins/plugin-idfa/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ const segmentClient = createClient({
3636
segmentClient.add({ plugin: new IdfaPlugin() });
3737
```
3838

39+
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.
40+
3941
## Customize IDFA Plugin Initialization
4042

4143
To delay the `IDFA Plugin` initialization (ie. to avoid race condition with push notification prompt) implement the following:

0 commit comments

Comments
 (0)