iOS Question how to implement iAdmob with consent on multiple pages (module)

tufanv

Expert
Licensed User
Longtime User
you can call any module on main with callsub so just putting it to main is enough
I have multiple pages set up (in different code modules.)

My question is when implementing iadmob with user consent, do i have to put the appstart code, ConsentStateAvailable sub and loadAd sub on all the code modules or just the main module is enough
 
Upvote 0
Top