Hi Ingemar,
I am implementing multiple ad networks and I’ve noticed that the same thing happens with the AdBuddiz plugin(only tested on Android), and they confirmed via private message that they can reproduce the error. I suspect the two issues might be related.
For your Chartboost plugin, it needs a specific set of circumstances to fail.
-
The app must be suspend right as the didDisplay phase is called in the listener
-
It must be resumed by tapping on the icon, not from the Recent Apps list.
If you resume from the Recent Apps list then the ad still displays as expected, albeit the background is completely black – not translucent like normal.
I noticed that I am not able to reproduce this problem with RevMob, and I suspect it is because their SDK is not in the form of a plugin, but in Corona code. Also, the app doesn’t get suspended in the background when their ads show. I think that might have something to do with it for Chartboost and AdBuddiz.
Hope this helps.