Nacho Sánchez

Results 4 comments of Nacho Sánchez

@Nightsd01 any updates on this? We see a shouldOpen completion in the .h file, but don't know how to use it...

Same problem here, I have set up with the same params that my Android app does, in iOS no watch count appears in the analytics when in Android does.

Hi, I am trying to use the library with WKWebView, and I encounter a problem with the jsinterface configuration callback not being called. Any idea on how to make this...

@mureatencio No, I wasn't able to make it work. I had to use userContentController ``` let contentController = WKUserContentController() contentController.add(self, name: "configureNotifications") // Webview setup let webConfiguration = WKWebViewConfiguration() webConfiguration.userContentController...