Skip to content

Commit

Permalink
chore: update IDFA docs (#895)
Browse files Browse the repository at this point in the history
* update idfa docs

* update idfa docs

* update idfa docs

---------

Co-authored-by: Niall Brennan <[email protected]>
  • Loading branch information
niallzato and Niall Brennan authored Dec 12, 2023
1 parent 3dafa18 commit 6adf832
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/plugins/plugin-idfa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6adf832

Please sign in to comment.