Open salvatoreboemia opened 2 years ago
Hi
this is my code (based on your docs)
override func viewDidAppear(_ animated: Bool) { super.viewDidAppear(animated) let sdkParams = OTSdkParams(countryCode: "it", regionCode: "") OTPublishersHeadlessSDK.shared.startSDK(storageLocation: "myID", domainIdentifier: "myDomain", languageCode: "it", params: sdkParams) { response in if response.status { DispatchQueue.main.async { OTPublishersHeadlessSDK.shared.setupUI(myViewController, UIType: .banner) } } }
@mobileOneTrust also with 6.37 SDK version
Hi
this is my code (based on your docs)
@mobileOneTrust also with 6.37 SDK version