AppsFlyerSDK / appsflyer-flutter-plugin

Flutter Plugin for AppsFlyer SDK
MIT License
141 stars 111 forks source link

Disable adMob #195

Open bhanuka96 opened 2 years ago

bhanuka96 commented 2 years ago

Is it possible to disable AdMob? Play store warning after using AppsFlyer SDK.

We found ad SDKs in your app Version: 89, SDK: AdMob Version: 89, SDK: AdMob Version: 89, SDK: AdMob

huubao2309 commented 1 year ago

Add code at AndroidManifest.xml:

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

with tools

xmlns:tools="schemas.android.com/tools"

https://developers.google.com/android/reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.Info#public-string-getid