ads with storyboard

I’m an app with several ‘pages’ using storyboard.
Do I add the ads instance to screenGroup?
If I’m at init ads in main.lua, do I declare within storyboard.params
[import]uid: 120570 topic_id: 37475 reply_id: 67475[/import]

I have same question  :huh:

Just do init.ads within main.lua, and ads.show in whichever scene you want to first show the ad.

 

You don’t need to declare anything within storyboard.params or add the ad to a display group - they will always appear on top of all your display groups.

I have same question  :huh:

Just do init.ads within main.lua, and ads.show in whichever scene you want to first show the ad.

 

You don’t need to declare anything within storyboard.params or add the ad to a display group - they will always appear on top of all your display groups.