Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Banner IONIC Cordova >= 7.0.1 #25

Open
mforloni opened this issue Oct 9, 2019 · 4 comments
Open

Banner IONIC Cordova >= 7.0.1 #25

mforloni opened this issue Oct 9, 2019 · 4 comments

Comments

@mforloni
Copy link

mforloni commented Oct 9, 2019

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?

@charlesbodman
Copy link
Owner

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.

@mforloni
Copy link
Author

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

@mforloni
Copy link
Author

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

@martinkosmela
Copy link

@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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants