Delay on Banner.setPosition()

Hello,

Trying to move the banner during gameplay (based on whether the player is in a mission or not) with this :

Advertisement.Banner.SetPosition(isInMission ? BannerPosition.TOP_CENTER : BannerPosition.BOTTOM_CENTER);

While testing in UnityEditor the banner is moved instantly, but on IOS (13.3) it takes a significant delay (1->10 seconds) until the banner is actually moved.

Is there a solution for moving the banner instantly ?

Thanks

@Jbs_GameZone

SetPosition must be called before the Banner is shown. We will update the documentation to clarify this point. We do not currently support dynamically moving the banner.