Closed vikdenic closed 11 months ago
Same issue here. Works fine on iOS 16, but breaks on iOS 17.
Also, manually changing OTSDK-UIConfig-iOS.plist > bannerTheme > backgroundColor
to something like #FFC0CB
makes the background color of the whole screen pink instead of just the background color of the banner.
Looks like this got fixed in v202311.1.0
iOS
Fixed
Fixed an UI issue where the background view was bring blocked from being visible if 1/3 or 1/2 banner height ratio scenarios were configured in the templates.
Fixed in v202311.1.0
On iOS 17, there is an issue where the OneTrust banner background is white and blocks any views beneath it (SDK version 202309.1.0). We are showing the banner in our app like so:
In the view debugger, you will see the Banner view-controller's view has a white background though:
This results in the views beneath being covered up (not desired):
Is there a way to fix the OneTrust banner's background (which is supposed to be clear) from being white in iOS 17?