Skip to content

Commit

Permalink
Merge pull request #268 from dori-af/dori/consend-dialog
Browse files Browse the repository at this point in the history
Integration - add toc item + add paragraph about consent dialog
  • Loading branch information
af-vero authored Apr 14, 2024
2 parents 625d505 + 7c3f551 commit 2d3e74d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/BasicIntegration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ You can initialize the plugin by using the AppsFlyerObject prefab or manually.
- [Using the AppsFlyerObject.prefab](#using-the-appsflyerobjectprefab)
- [Manual integration](#manual-integration)
- [Collect IDFA with ATTrackingManager](#collect-idfa-with-attrackingmanager)
- [Send consent for DMA compliance](#send-consent-for-dma-compliance)
- [Sending SKAN postback to Appsflyer](#sending-skan-postback-to-appsflyer)
- [MacOS initialization](#macos-initialization)
- [Request Listeners (Optional)](#request-listeners-optional)
Expand Down Expand Up @@ -90,7 +91,7 @@ If it’s important for you to associate the install event with the CUID, call `
#endif
```

4. Reques the tracking authorization where you wish to display the prompt: <br/>
4. Request the tracking authorization where you wish to display the prompt: <br/>
You can use the following [package](https://github.com/Unity-Technologies/com.unity.ads.ios-support) or any other package that allows you to request the tracking authorization.
```c#

Expand All @@ -105,6 +106,11 @@ If it’s important for you to associate the install event with the CUID, call `
}
/* ... */

### Customizing the ATT consent dialog

The ATT consent dialog can be customized by modifying your Xcode project's `info.plist`:

For detailed instructions, see [Apple's documentation](https://developer.apple.com/documentation/bundleresources/information_property_list/nsusertrackingusagedescription).

---

Expand Down

0 comments on commit 2d3e74d

Please sign in to comment.