Olá pessoal,
Estou tentando adicionar anúncios AdMob no meu app Kodular.
Já criei os IDs no AdMob (Banner e Intersticial), mas estou com dúvida em onde colocar os blocos.
Alguém pode me mostrar os blocos para carregar e mostrar o Banner e o Intersticial?
Versão do Kodular: [sua versão]
Obrigado!
Hi everyone,
I’m trying to add AdMob ads to my Kodular app. I’ve already created the IDs in AdMob (Banner and Interstitial), but I’m not sure where to place the blocks. Can someone show me the blocks for loading and displaying the Banner and Interstitial ads?
Kodular version: [your version]
Thanks!
After configuring the App ID and Unit ID, you simply need to use the LoadAd block for banners.
For interstitials, use LoadAd >> .AdLoaded >> ShowInterstitialAd.
Of course, you should also handle exceptions such as .AdFailed.
For now, try setting it up this way.
If you’re still experiencing problems, feel free to ask.