ratson / cordova-plugin-admob-free

New development has been moved to "admob-plus-cordova", https://github.com/admob-plus/admob-plus/tree/master/packages/cordova
https://github.com/admob-plus/admob-plus
MIT License
495 stars 211 forks source link

option to mute interstitial video ads #265

Open andrey-abstracted opened 6 years ago

andrey-abstracted commented 6 years ago

Can the following be added to have an option of showing interstitial video ads muted:

Android MobileAds.setAppVolume(0.0f); MobileAds.setAppMuted(true);

iOS [GADMobileAds sharedInstance].applicationVolume = 0.0; [GADMobileAds sharedInstance].applicationMuted = YES;

ratson commented 6 years ago

@duseless Please try out AdMob Plus, which provide these APIs (https://admob-plus.github.io/docs/volume-control.html).

bardgr commented 5 years ago

Thought that you were going to support admob free until the admob plus has all the features, and without mediation one cannot move to admob plus