我正在 Android 平台上使用 Livecode v5.5.4 ... 我已经能够成功发布应用程序,但是,无法弄清楚如何安装 inneractive 广告... 由于 LC 与 inneractive 合作,他们提供了方向建议它就像...一样简单
mobileAdRegister "YOUR-AD-KEY" //I've replaced with my APP ID from inneractive
local tDetails
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
但是,似乎没有任何效果......有任何LC ppl有建议吗??......谢谢