Hi Karen,
Thank you for reaching out to us.
I believe you are using iOS SDK [client-side] base on the version you provided, is that correct? However, I could not replicate the behavior you are reporting. Would you be able to replicate it using our sample apps? And share with us the screen recording of the behavior and/or the steps to reproduce this issue? Additionally, it would be best if you can update to the latest version of the SDK (v3.14.5) in replicating the issue.
Regards,
|
||||||
|
||||||
Hi Karen,
Thank you for sharing the screen recording, we can now see clearly the issue you are reporting. However, I believe this is only happening when in landscape mode, is that correct? Nonetheless, I have raised this now to the rest of our team and we will update you the soonest they give their feedbacks.
Regards,
|
||||||
- (void)updateTopConstraint {
if (UIDeviceOrientationIsLandscape([UIDevice currentDevice].orientation)) {
self.topConstraint.constant = 0;
} else {
self.topConstraint.constant = self.statusBarHeight;
}
}
Hi Harry,
Thank you for the additional information. This will definitely help in our investigation.
@Fardin, Thank you for providing a possible workaround. However, I cannot confirm this until our team has responded back to the issue.
We will be certain to let everyone know once we have the result of the investigation.
Regards,
Hi All,
I hope you're doing well.
I just want to circle back on this reported behavior. If you still encountering this behavior, feel free to reach back to us. We also recommend to use the latest SDK version (https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side/download).
IMA SDK Team |