cordova-plugin-ironsource-ads icon indicating copy to clipboard operation
cordova-plugin-ironsource-ads copied to clipboard

Banner IONIC Cordova >= 7.0.1

Open mforloni opened this issue 6 years ago • 4 comments
trafficstars

Hi,

i have update my project with ultimate version code. The banner not work; in the previuosu versione yes. I receive a success callback and the banner not open.

I call the function in this mode:

IronSourceAds.loadBanner();
      IronSourceAds.showBanner({
        size: "standard", // Optional ("standard","large","rectangle","tablet")
        position: "bottom", //Optional ("top", "bottom", "center"),
        onSuccess: (success) => {
       console.log(success)
        }, // Optional
        onFailure: (error) => { console.log(error)} // Optional
      });

Can you help me?

mforloni avatar Oct 09 '19 07:10 mforloni

Sure thing, Android or IOS?

The banner support is pretty limited right now. I haven't had time to fully implement it.

I'll take a look this weekend.

charlesbodman avatar Oct 11 '19 15:10 charlesbodman

Android. I don't try it on iOS in this moment. Thx

mforloni avatar Oct 11 '19 16:10 mforloni

in XCode I get a bunch of errors about banners in IronSourceAdsPlugin.m. Like ""Property 'bannerController' not found on object of type 'IronSourceAdsPlugin"

mforloni avatar Oct 19 '19 20:10 mforloni

@charlesbodman I have encountered the same errors as @mforloni. I'm going to use rewarded videos only, but during building process in xcode I'm getting multiple errors saying:

Property 'bannerController' not found on object of type 'IronSourceAdsPlugin *'; did you mean 'viewController'?

Property 'bannerView' not found on object of type 'IronSourceAdsPlugin *'

Do you have any ideas how to fix the issues? I have tried to use latest SDK version as well as 6.7.3.1 and 6.8.0.1.

martinkosmela avatar Mar 31 '20 11:03 martinkosmela