While I’m glad I helped find a different issue with this plugin, I’m hoping that fixing that somehow ends up fixing the hide issue that I’m experiencing since I still can’t get it working.
I thought maybe because I was showing an interstitial on the next scene, it was somehow interfering with the capability of hide(), but I tried removing the interstitial call and the banner still doesn’t go away when calling the hide method.
Procedure:
-App starts up
-Ads initialize
-On the ‘init’ event callback, load both an int and a banner ad
-On the first scene, call forth a banner ad
-Banner ad displays
-Tap button to transition to new scene
-Hide method is called on the create() function of new scene
-Banner remains
And the thing is, it’s the same structure as code I use for Admob, except for a few KIDOZ-specific tweaks and changes, IE calling kidoz.hide(“banner”) instead of admob.hide(). Yet I haven’t had this issue with the Admob plugin, despite having the same structure.