Closed kitet closed 3 months ago
Hi @kitet, if you're having policy issues, that should be directed towards the AdMob Developers forum for it to be properly triaged, as this is something the Flutter plugin does not control.
Closing this out. Thanks!
It is a policy issue caused by this sdk. I do not understand the blatant closure.
Policy issues are best resolved in the AdMob Developers forum
I have implemented the banner ads and interstitial ads in my new app. Followed the documentation I have combined rxdart in implementation.
Banner implementation :
final _anchoredAdaptiveAd = BehaviorSubject<BannerAd?>();
Function to show banner
Interstitial Ad implementation:
I have read this issue but I see no solution.
Could the documentation be wrong on how these ads should be implemented?