I have a game that need to update and i also want to update the interstitial ads
when the game is over in the game.lua, it will jump to gameover.lua, mostly it takes few seconds to load the ads.
and now I want to preload the ads in game.lua ( if gameStarted = true ) then ads.load, however when i test it on the iPhone, the ads.load didn’t work at all. it still need to wait for seconds
Im using storyboard and ads.load in if gameStarted = true and show in gameover.lua (function scene:enterScene( event ))
Am i doing it wrong?