Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Unity Ads cookie collection rejection — Gideros Forum

Unity Ads cookie collection rejection

I got rejection about att with unity ads cookies:
"We noticed your app accesses web content you own where you collect cookies. Cookies may be used to track users, but you do not use App Tracking Transparency to request the user's permission before collecting data used to track.

Starting with iOS 14.5, apps on the App Store need to receive the user’s permission through the AppTrackingTransparency framework before collecting data used to track them."

Does anybody how to handle that? Is it possible to not show that dialog?
How to use AppTrackingTransparency in Gideros?
attachment.Screenshot-0106-093735.png
2048 x 1536 - 339K

Comments

  • hgy29hgy29 Maintainer
    Typically, it is the ads provider library that will trigger the ATT dialog, and for this to work you have to specify the message to be displayed to the user through the native iOS consent dialog. In Gideros you supply that message in the 'Require' plugin, last entry currently.
Sign In or Register to comment.