My project compiled successfully but why I see no ads?

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 logs (other name: Logcat). In most cases you should see some error message from appmediation or from partners SDK’s. Some error messages are mentioned in this documentation.

If you did integrate correctly you should at least see line like “<AM>: Initializing appmediation SDK [v1.7.0]”.

If it compiled, but you do not see a single appmediation message, than 98% chance you did incorrect integration.

P.S: All appmediation messages start with tag <AM>

    • Related Articles

    • Project does not compile?

      This is the most problematic case especially if it is Unity project. So probably try following solutions from this documentation or just contact support@appmediation.com. Here are some reasons that might cause project to stop compiling: Manifest ...
    • 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 ...
    • Getting linker error?

      It says “_OBJC_CLASS_$_CLASSNAME”, referenced from. This error means that a linked library is missing, usually prefix of class name tells you which library it is but if you can’t see it better to check required libraries list.
    • Log message: “Missing dependency ” + some partner name?

      It might be intended situation. That means that appmediation SDK is missing some partner SDK. It will not prevent SDK from functioning but no ads will be loaded or displayed from this partner and same error message will be displayed in device log on ...
    • Multidex not setup

      Error messages like: Too many field references: 131000; max is 65536. Or Unable to execute dex: method ID not in [0, 0xffff]: 65536 Means that you have skipped the multidex setup. Just do multidex setup to fix this: AndroidStudio - ...