kmcgill88 / admob_flutter

Admob Flutter plugin that shows banner ads using native platform views.
https://pub.dartlang.org/packages/admob_flutter
ISC License
434 stars 151 forks source link

Option to Mute Interstitial Ads #184

Open RafiqCR7 opened 4 years ago

RafiqCR7 commented 4 years ago

Can we have an option to mute interstitial ads added please as I can see this annoying quite a few of our users?

kmcgill88 commented 4 years ago

Is that an option exposed in the native SDKs?

RafiqCR7 commented 4 years ago

I believe the SDK for android let's you do the below: MobileAds.setAppMuted(true)

kmcgill88 commented 4 years ago

Can you please link to both iOS and Android documentation for this. If you have the bandwidth PR's are always welcome 😄

RafiqCR7 commented 4 years ago

I believe this is the relevant documentation for the ios SDK: https://developers.google.com/admob/ios/global-settings

And this is the relevant documentation for the android SDK: https://developers.google.com/admob/android/global-settings

wph144 commented 3 years ago

any progress for 1 year?