I don’t have a physical iPhoneX so can’t really test the ad positioning on the device.
I have used Admob before and simply want to know how to display an Admob banner ad at the bottom of the screen within the safe area of the iPhone X.
Do I have to set the y position and if so, what y value you fellow devs been using?
Or can I simply call:
admob.show("banner")
since “bottom” is the default and the plugin itself will know to display it within the safe area?
Any info would be greatly appreciated.