Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我打开我的应用程序时,横幅广告和插页式广告都会同时显示。请帮忙。
这是我的代码 https://thebigbrains.com/script.txt
像这样将autoShow更改为false
AdMob.prepareInterstitial({ adId: admobid.interstitial, //isTesting: true, // TODO: remove this line when release autoShow: false });
当您想展示广告时,请执行以下操作:
AdMob.showInterstitial();