Every time I close an ad a new one appears?

Every time I close an ad a new one appears?

The reason for this was incorrect implementation. You left appmediation auto load feature enabled (it loads new ad when old one is closed) and set ads to be displayed right away once they are ready.


Solution: How to use auto load feature?

https://appmediation.com/android-sdk-documentation/#4.2


and manual load feature (in this example it is for interstitial)

https://appmediation.com/android-sdk-documentation/#3.7.2.2


    • Related Articles

    • Can I set more then one banner on the same screen?

      No, At the moment only one banner per screen (more precise: per Activity) is allowed.
    • Manifest merge failed

      Normally it is strange if this error happened. Potential causes might be when some strange project or some strange libraries/modules setup is done. Manifest merge errors happen usually in Unity but sometimes even in AndroidStudio. Example of such ...
    • My project compiled successfully but why I see no ads?

      Unity only - First thing to check if test is on real device or emulator or using Unity preview and if its on Unity preview then we do not support Unity studio preview mode so its expected.  Both Unity and Android Studio. Please check Android device ...
    • Duplicate library or class?

      In some cases you might end up having same library attached more then once. It might even have different name, different version and file format (.aar/.jar) but still cause this error. Also it might be attached as physical file inside the project and ...
    • Recieving: COMUNICATION_ERROR?

      In most cases this means that publisher app bundle ID (other name: “package name”) does not match publisher app key. Other (theoretically) possible reasons: no internet connection, or error sending request to appmediation server.