'Google Play Console - Advertising ID
I am using Unity Ads SDK for my app, so do I need to add the permission for Ad ID? My app targets Android 12 (API 31). And how to do it if so?
Solution 1:[1]
Add permission to your manifest file like below.
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | BluePine |
