inneractive ad problems with mobileAdRegister mobileAdCreate
Posted: Mon Feb 25, 2013 7:48 am
trying to install inneractive ads without success... I followed the directions exactly....
mobileAdRegister "YOUR-AD-KEY"
local tDetails
// See the dictionary for more metadata entries
put "30" into tDetails["refresh"] // The advert refresh interval in seconds
put 25 into tDetails["age"] // The age of the target audience
put "male" into tDetails["gender"] // The expected gender of the target audience
mobileAdCreate "myAd1", "banner", (0,0), tDetails
used my own APP ID copy + pasted directly from inneractive... nothing is displayed when tested on device... have had livecode script error msg when opening stack in livecode indicating mobileAdRegister handler error... do I need to define this handler??... I was under the impression it was a standardized livecode command not requiring additional code??... working on livecode V 5.5.4 which should support inneractive... help
mobileAdRegister "YOUR-AD-KEY"
local tDetails
// See the dictionary for more metadata entries
put "30" into tDetails["refresh"] // The advert refresh interval in seconds
put 25 into tDetails["age"] // The age of the target audience
put "male" into tDetails["gender"] // The expected gender of the target audience
mobileAdCreate "myAd1", "banner", (0,0), tDetails
used my own APP ID copy + pasted directly from inneractive... nothing is displayed when tested on device... have had livecode script error msg when opening stack in livecode indicating mobileAdRegister handler error... do I need to define this handler??... I was under the impression it was a standardized livecode command not requiring additional code??... working on livecode V 5.5.4 which should support inneractive... help