In my app I’m trying to show ads on most screens, but in a few, I need to hide them (for purposes of space).
I am having a bit of trouble, everything works fine until after I call ads.hide().
I have a flag variable, and on every scene that should have ads it checks the flag and if not showing ads then I call ads.show(), but the ads never come back up once I hide them. I cannot seem to find anyone who has an example of doing something like this.
I read one person moves the ads off screen and then back on, avoiding ads.hide() altogether, but is this the only way? And does it violate ads TOS?
Also, any input on placing ads at the bottom of the screen in portrait mode would be helpful. I am using inmobi right now, since inneractive is now in violation of iOS TOS, but I’m open to opinions on that too. My app will be going out on Android, Kindle, and iOS.
Thanks in advance for any help!