cordova-plugin-ironsource-ads
cordova-plugin-ironsource-ads copied to clipboard
Banner IONIC Cordova >= 7.0.1
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?
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.
Android. I don't try it on iOS in this moment. Thx
in XCode I get a bunch of errors about banners in IronSourceAdsPlugin.m. Like ""Property 'bannerController' not found on object of type 'IronSourceAdsPlugin"
@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.