ADmob Extension - show ads before init

i have included the admob native extension, all my code is still commented out

and i see an ad straighway in my splash screen.

i can see admob being initialized straightaway in my logs:


why? am i missing something? i DO NOT want to initialize admob until my code says so.

Did you perhaps configure an App Open Ad?

indeed.

thanks, i think it would have took me hours to spot that.

Those outputs (“AppInitializeAdmob”, and “InitializeAdmob”) are just giving notice that the relevant stages of the extension has been run.

It does not mean that your scripting logic has been run yet.

1 Like