Is iOS monitor an XMLHttpRequest
opened in a webview ?
I would like to keep this opened connection when my app enter in suspended background, and now it is not the case. iOS
kill my connection.
I have tried to setNetworkServiceType to NSURLNetworkServiceTypeVoIP
with no results.
[myrequest setNetworkServiceType:NSURLNetworkServiceTypeVoIP];
According to iOS
documentation, it should be possible :