Hello
I installed admob in my application and set it up like this in the Ionic documentation (https://ionicframework.com/docs/native/admob-free)
When the application starts the ad is not loaded.
I connected the smartphone to the PC and debugged through logcat, and detected this error:
As I showed above, I have in config the id of admob. I tried to find some specific configuration file and did not find it. This config file you refer to is where?
I’ve been researching a little bit about this, and even in tutorials put only the code I showed above.
I also tried to make ionic serve --devapp, and when opening on the smartphone appears the error “plugin not installed” but is installed.
Code organization problems like this are hard to diagnose piecemeal. Would it be possible for you to upload a minimal repo to someplace like GitHub that includes enough code for others to reproduce your situation?