[SOLVED] The bottom banner-ad position on iPhoneX becomes illegal

Hello everyone,
I am developing applications using cocos 2d-x 3.16, SDKBOX v1.0.1.32 and admob v 2.3.17.7.
sdkbox is very useful and appreciated.
However, the position of the bottom banner advertisement is shifted upward on iPhoneX as follows.

How can I solve this problem?

you can try

"safearea":true,

in your sdkbox_config.json, or false.

1 Like

When ‘true’ is replaced with ‘false’, banner ads are displayed correctly at the bottom.
I am very grateful for your precise advice.