deniza / app_tracking_transparency

A Flutter plugin to show ios 14+ tracking authorization dialog.
https://pub.dev/packages/app_tracking_transparency/
MIT License
83 stars 28 forks source link

When an APP must display ATT modal? #52

Open h3nr1ke opened 1 month ago

h3nr1ke commented 1 month ago

Hello all,

I have an application that does not show ads, but we want to promote this app using the ad campaigns.

Our partner asked us about the ATT and SKAdNetwork implementation inside our app, but right now we do not do that.

The only tracking we have is google analytics for internal usage, not sharing with ad networks.

My question is, if I dont have ad inside the app, should I add ATT just to promote my app using ads?

I know that this is not an issue about the module, but like me, someone else maybe is with the exactly same doubts and we can improve the README with this information =)

Thanks for the help =)

deniza commented 1 month ago

Hi,

In summary, if your app or any client-side SDK/library within your app requires access to the IDFA (Identifier for Advertisers), you need to request App Tracking Transparency (ATT) permission. Without this permission, the default IDFA will be all zeroes and will not be usable for tracking the user or device.

h3nr1ke commented 1 month ago

Hey @deniza , thanks a lot for answering that.

That is clear now... =)

Thanks for this great plugin =)