Search Unity

Question Google Play Advertising ID Policy

Discussion in 'Unity Ads & User Acquisition' started by Arkuni, Jul 26, 2022.

  1. Arkuni

    Arkuni

    Joined:
    May 30, 2013
    Posts:
    58
    Not sure if this is the right place to ask, but here goes. We have an app that is uploaded to Google Play and we have to fill out an form that asks us: Does your app use advertising ID?

    The question includes any SDKs. Our app uses Unity IAP and analytics, but not Unity Ads, or any other ad network. So my question is, does Unity use the Advertising ID in a way that means that I should say yes on this form?
     
  2. Mest

    Mest

    Joined:
    Nov 7, 2012
    Posts:
    18
    have the same question - so: bump
     
  3. Mest

    Mest

    Joined:
    Nov 7, 2012
    Posts:
    18
    My Hotfix now:
    I assume that analytics uses the "Advertising ID" and add this to our manifest:

    <uses-permission android:name="com.google.android.gms.permission.AD_ID"/>

    (answering the google-formula with "yes")

    Would still be nice to get an answer, so we could use

    <uses-permission android:name=”android.permission.RECORD_AUDIO” tools:node=”remove” />

    instead.
    ... or deny the google-formula.
     
  4. Mest

    Mest

    Joined:
    Nov 7, 2012
    Posts:
    18