(iOS ) We need App Tracking Transparency for our project

Apple requests from us that we show a notification to the user and also request App Tracking Transparency.

App Tracking Transparency is released today.

A very quick guide:

  1. Enable ATT permission in your application
  2. Request tracking permission sometime during first launch of your application (usually after your core permissions)
  3. Handle result of the permission request
  4. Use Check Permission block to get status later.

Regarding your previous issues with Apple Review team, please double check list of your permissions and your privacy declaration in AppStore Connect - all permissions/data access declaration must match.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.