Open salvatoreboemia opened 2 years ago
I have the same issue. I need to trigger the method OTPublishersHeadlessSDK.shared.showBannerUI()
as soon as OTPublishersHeadlessSDK.shared.setupUI(<my_view_controller_instance>)
is completed in order to present the banner automatically without any User Interaction.
I'm expecting to act in similar way as below:
OTPublishersHeadlessSDK.shared.setupUI(<my_view_controller_instance>) {
// this stuff is called only when setupUI is completed succesfully
DispatchQueue.main.async {
OTPublishersHeadlessSDK.shared.showBannerUI()
}
}
Can you work on this and integrate such an optional completion? (@mobileOneTrust)
Yes @alessandrostuppino you are right.
but the second time I start the app without delete it, the banner shown correctly.
I need to show banner in willAppear without any button for download response.responseString
@mobileOneTrust news on that logo issue?
Hi News? @mobileOneTrust
News?
in order to enable devs to perfom showBanner() automatically without user interaction.