You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2019. It is now read-only.
I'm currently trying out your demo project. While this is working without any problem, requests sent with NSURLSession don't get recorded. To get a repro, simply replace
@IBActionfunc goButtonTapped(sender:AnyObject){
if let urlString = urlTextField.text, url =NSURL(string: urlString){
browseWebView.loadRequest(NSURLRequest(URL: url))}}
Hi,
I'm currently trying out your demo project. While this is working without any problem, requests sent with NSURLSession don't get recorded. To get a repro, simply replace
with
in the
ViewControllerclass of the demo project.Any idea? Thanks for your help.