Post

Replies

Boosts

Views

Activity

Reply to urlSession- didReceive challenge - is not working the same way as the NSURLConnection - willSendRequestFor challenge
That worked with some other tweaks. I had to use urlsession dataTask with URLRequest and completion Handler instead of using the delegate methods of the "NSURLSessionDelegate, NSURLSessionDataDelegate, NSURLSessionTaskDelegate" for didReceiveResponse, didReceiveData and didCompleteWithError. The only delegate methods I am using is didReceiveChallenge
Sep ’20