Hi corona fellowers. I wonder why supersonic/ironsource plugin does not support banner ads because when I check the documention on their website I can see :
//Rewarded Video IronSource.init(this, appKey, IronSource.AD_UNIT.REWARDED_VIDEO);
//Init Interstitial IronSource.init(this, appKey, IronSource.AD_UNIT.INTERSTITIAL);
//Init Offerwall IronSource.init(this, appKey, IronSource.AD_UNIT.OFFERWALL)
//Init Banner IronSource.init(this, appKey,IronSource.AD_UNIT.BANNER);
How can I display banner with the plugin? Should I write my own plugin? I’ve never done it before.