You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It took me a while to realize I could use NativeAdsManager instead of the fluid banner. Then I can style the assets any way i look and its quite easy to set desired dimensions to images. Hope this helps someone else.
Ad size "fluid" works on iOS, but does not work on Android.
On Android, onAdLoaded is called, but returns the following size object:
No ad shows up for Android.
On iOS, when onAdLoaded is called for the same ad, the Fluid GADAdSize is properly returned:
The ad properly shows up for iOS.
Is there a code issue here that isn't calling for the proper Fluid ad on Android, but is instead calling for the 320x50_mb ad?
The text was updated successfully, but these errors were encountered: