Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Postpone initializing Unity Analytics until ATT permission known when also using Unity Ads ?

Discussion in 'Unity Analytics' started by mountainmarc1972, Sep 27, 2022.

  1. mountainmarc1972

    mountainmarc1972

    Joined:
    Jun 17, 2017
    Posts:
    13
    I read that Unity Analytics only collects the iOS IDFA if Unity Ads is also enabled.

    I use both Unity Analytics (the Unity Game Services version) and Unity Ads.
    To prevent sending the IDFA before the user answered the ATT permission request I implemented that Unity Ads is only initialized after the ATT Tracking Status is known.
    But what about Unity Analytics, will it send the IDFA before the ATT question has been answered (Now I Initialize UnityServices and check for required consents at the start of the game) ?
    Should I postpone initializing UnityServices until the ATT tracking Status is known (like I did with Unity Ads) ?