Hi I have a small problem. I have a free app that I use to monetize with ads and in app purchases. I have only one in app purchase which saves the app as a pro version, and at purchase time closes/removes any ads. My problem is that when I try to remove the ads my app crashes. Using adb I can see that the warning is that I am using too much texture memory. Through the texture memory info api I found that I’m only using 9.7 mb texture memory! My phone is an Optimus 2X Tegra dual core so that cannot be the “real issue” can it?. The problem occues when I call fullscreen:hide() on RevMob fullscreen unit. However adb says that it is trying to LOAD fullscreen.jpg at that time rather than remove it…
This happens only with RevMob… does anyone have any suggestions?
Also: tapfortap.removeAdView() does not seem to work and I do not get any error messages with it either