I am trying to get Google Advertising ID with Flutter in Android. I added advertising_id
package to my project and used exactly the same code as example of this package contains:
String? advertisingId = await AdvertisingId.id(true);
But when I debug this code in Android Studio, it returns 00000000-0000-0000-0000-000000000000
always. I added following line to manifest:
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
But it changed nothing.
Why does advertising ID is zeroed always? Is there any way to get it in Flutter?
it is not clear, did you placed your adver. id ?