I recently tried to add ads to my app. First I did interstitial ads, and although they don't show up in test mode (which is informed in the console) the test mode still worked perfectly. Then I decided to add banners, but when I tried to run the test mode, it just wouldnt load, giving the following error on the console.
I am aware Admob is not supposed to work on web, but test mode still needs to work, otherwise I will never be able to use it again, which I'm sure it's not what is intended.
The interesting part is, I removed every single "AdBanner" being displayed in the app and the error persists.
Can someone explain me in simple terms what might be going on?
EDIT: well, it wasnt working after removing the banners because a container that was wrapping one of them still existed. I deleted it and it worked (which is crazy). Still, any banner that I add, same issue.