EvilMindDevs / hms-unity-plugin

The HMS Unity Plugin makes it easy to include Huawei Mobile Services into Unity-based games. Authentication, in-app purchases, push alerts, ads, and interaction with gaming services are just a few of the basic capabilities that this formidable tool makes available to your applications.
https://evilminddevs.gitbook.io/hms-unity-plugin/
312 stars 43 forks source link

is bannerAdManager missing? #16

Closed IamFarCry4 closed 3 years ago

IamFarCry4 commented 4 years ago

i can see interstitial and rewardAd manager in there but i didnt see bannerAd manager. Does banner ad implementation doesnot require bannerAdManager? or is there is any way of implementing banner ads in game if yes how can we do that? hoping to see helpful information from you. Thank you

m0skit0 commented 4 years ago

Hi, thanks for your feedback!

BannerAd is not implemented because the underlying Android SDK implements it as an Android View to be added in the Android layout, so we chose to skip this one for now. If you're interested in having this View so you can add it programmatically we can consider it for future releases. Or you can explain how you're expecting to use it so we can find a better solution.

EtsaiDev commented 4 years ago

Hi, I´m really interested of course. We´re porting games previously released on GooglePlay, and the idea is to keep the whole functionality, including the Ad system (banners, interstitials and rewardedAds)

m0skit0 commented 4 years ago

@EtsaiDev Thanks, how do you embed banner ads from Google Play? Do you have an example?

EtsaiDev commented 4 years ago

I use Admob sdk for unity as a mediator. it´s just a couple of lines once ads system is initialized:

BannerView bannerView = new BannerView(admobBannerID, AdSize.SmartBanner, AdPosition.Bottom); this.bannerView.LoadAd(AdRequest.Builder().Build()); bannerView.Show();

jmercado86 commented 4 years ago

I also would like to request for an update to support Banner please. Thank you!

bene25 commented 4 years ago

+1 for banner ad

gimoneto commented 4 years ago

+1 for banner ad support

robroy07 commented 4 years ago

+1 for banner ad support

Same here, we would need banner support to keep the same functionality in our apps

smuttleralph commented 4 years ago

+1 banner ad support would be great!

EtsaiDev commented 4 years ago

Any progress with this?

m0skit0 commented 4 years ago

We are listening to your feedback and working on it :)

EtsaiDev commented 4 years ago

https://github.com/EvilMindDevs/hms-unity-plugin/pull/59 is this verified?

gmYusuf commented 4 years ago

it verified, in the next version will be in the package.

VergilUa commented 4 years ago

Latest package is missing this feature. Probably worth repacking it.

sametguzeldev commented 3 years ago

Latest version has banner ads implemented.