danielsogl / awesome-cordova-plugins

Native features for mobile apps built with Cordova/PhoneGap and open web technologies. Complete with TypeScript support.
https://danielsogl.gitbook.io/awesome-cordova-plugins/
Other
2.41k stars 2.42k forks source link

setMuted() method is not working [Interstitial Ads] #4860

Open MonuCarpenter opened 1 day ago

MonuCarpenter commented 1 day ago
   await AppLovinMAX.initialize(env.APPLOVIN_SDK_KEY)
   await AppLovinMAX.loadInterstitial(interstitialAdUnitId)
   await AppLovinMAX.setMuted()

tried setMuted but ads are not getting muted

or guide me if i'm doing something wrong here..

MonuCarpenter commented 1 day ago

setMuted seems you have not implemented this function ?

MonuCarpenter commented 1 day ago

i have tried this also

   await AppLovinMAX.initialize(env.APPLOVIN_SDK_KEY)
    await AppLovinMAX.loadInterstitial(interstitialAdUnitId) //@ts-ignore correct type   setMuted(mute: boolean): Promise<boolean>;
    await AppLovinMAX.setMuted(true)

    i think for some networks mute dont work may be 

    ping me if i did something wrong here and close this issue if everything is okay 
    thanks @danielsogl