Hi everyone, I’ve got some problem with unity ads banner: they do not show even in test mode, despite the video ones show in both production and testing mode.
I’m using :
unityads.init( unityAdListener, { gameId = mygameId, testMode = true }
or
unityads.init( unityAdListener, { gameId = mygameId }
and :
unityads.show(“banner”)
Has anyone got the same problem?
Thank you in advance