S SemiKolon Member Licensed User Longtime User May 15, 2012 #1 I tried everything, but I cannot get Icon Ads to work. The notification ads work perfectly, but the Icons not This is the code I use for notifications B4X: AdView1.LoadAd 'loads an ad Dim lb As MESLBView lb.InitialiseBG("MY-SECTION-ID") lb.loadNotification I was hoping i could add the icon ads like this: lb.loadAd("MY-SECTION-ID", ADS_ICON) :sign0085:
I tried everything, but I cannot get Icon Ads to work. The notification ads work perfectly, but the Icons not This is the code I use for notifications B4X: AdView1.LoadAd 'loads an ad Dim lb As MESLBView lb.InitialiseBG("MY-SECTION-ID") lb.loadNotification I was hoping i could add the icon ads like this: lb.loadAd("MY-SECTION-ID", ADS_ICON) :sign0085:
S SemiKolon Member Licensed User Longtime User May 16, 2012 #2 Okay figured it out myself... Upvote 0