larpon / QtFirebase

An effort to bring Google's Firebase C++ API to Qt + QML
MIT License
283 stars 83 forks source link

Question: Admob smart banners #130

Open demiantres opened 4 years ago

demiantres commented 4 years ago

Is it possible to use Admob smartbanner size with the plugin?

larpon commented 4 years ago

It was possible to start out with - but I haven't specifically checked in a long time. Other users have had trouble getting it to work: https://github.com/Larpon/QtFirebase/issues/107 My old project Dead Ascend had it working if I remember correctly. But something might have changed since then.

demiantres commented 4 years ago

I see - we have to manually set the height/width for the smart banner. On iOS there are some constants (kGADAdSizeSmartBannerPortrait, kGADAdSizeSmartBannerLandscape). I will check if we can use these somehow.