Ads showing on cellphone but not on Tablet
Posted: Sat Mar 02, 2013 8:52 am
If I use this code on my cellphone it works but does not work on my Android tablet:
====================================================================
if the environment = "mobile" then
mobileAdRegister "Teachingthechild"
local tDetails
put "30" into tDetails["refresh"]
put 25 into tDetails["age"]
put "female" into tDetails["gender"]
mobileAdCreate "myAd2", "banner", (0,0), tDetails
set the height of "banner" to the height of this card
set the width of "banner" to width of this card
end if
========================================================================
The tablet is set to USB debugging.
I've also tried installing the app on the tablet and unchecking the USB debugging but
it still does not work. Any ideas?
====================================================================
if the environment = "mobile" then
mobileAdRegister "Teachingthechild"
local tDetails
put "30" into tDetails["refresh"]
put 25 into tDetails["age"]
put "female" into tDetails["gender"]
mobileAdCreate "myAd2", "banner", (0,0), tDetails
set the height of "banner" to the height of this card
set the width of "banner" to width of this card
end if
========================================================================
The tablet is set to USB debugging.
I've also tried installing the app on the tablet and unchecking the USB debugging but
it still does not work. Any ideas?