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