Hi,
Right now, I contact my Server to get a value that tells the app what AdNetwork to use
(keeps me flexible)
depending on that I call
ads.init( “inmobi”, “xxxxx” )
ads.show( “banner”, { x=0, y=430, interval=90, testMode=false } )
…
my problem (or bug) is now, how to REMOVE a previously inited network so i can assign a new one?
When I did once ads.init()
and call it a second time, it seems the second call just comes ignored, or do not overwrite the previous settings.
For example.
-
ads.init( “inmobi”, “xxxxx” ); ads.show (“banner320x48”,{x=0,y=430})
will show INMOBI ads as expected at position 430 -
when I later call
ads.init( “inneractive”, “xxxxx” ); ads.show (“banner”,{x=0,y=300})
it will still show InMobi Ads, just at a new Position (300)!!
HOW can change the AdNetwork while RunTime??
Thx
chris
[import]uid: 4795 topic_id: 21049 reply_id: 321049[/import]

