So I have implemented my own NSURLProtocol sub class. I registered it when app launches.
I tried to print all requests in canInitWithRequest:
, however while running, it's not getting all the requests, just a few domains.
Is there anything I should notice or be careful? Any possible reasons? What did I miss? Thank in advance.