iOS
iOS: Basic implementation
UIKit implementation To implement the iOS version of SibboCMP you must follow the following steps: Open the framework we provide in a code editor. There are two main directories: ios-arm64_armv7 -> this is the directory to be used in production ...
iOS: Events
Sibbo custom events The CMP launches a custom event to detect the following: The CMP has been closed ('sibbo-close' event) swift @objc func close(_ sender: Any) { webView.evaluateJavaScript("SibboCMP.close()", completionHandler: nil) } The closing of ...
iOS: Methods
CMP UI methods Show the consent interface from our app in another section sibboCMP.showConsentTool(fromController: self, forceOpen: true, completion: { showed in }) Obtaining consents methods Get consent string sibboCMP.getConsentString() Returns the ...