re: Initialization - No, you only call init once.
re: Chartboost - Read here: https://github.com/swipeware/CoronaChartboostPlugin
re: Normal ad - What is ‘normal’ in this context?
adbuddiz - I haven’t integrated this into my tool yet, so I can’t give you any hints.
applovin - I’ve found this to be very straightforward to use. You init once with a single ID (no need for one ID per OS/store). Then just:
- applovin.init()
- applovin.load() - Load initial ad
later, you do this basic sequence:
- applovin.show()
- …when ad is done showing… applovin.load()
- … repeat later
PS - Go to the applovin docs and click on each reference. You need to read them each. There is no tutorial as far as I know:
https://docs.coronalabs.com/daily/plugin/applovin/index.html
applovin.init()
applovin.load()
applovin.isLoaded()
applovin.show()
applovin.setUserDetails()