iphone - App gets crash on multiple NSURLRequest -


i making app in calling web service of times. when more 1 web service call @ 1 time app goes crash, here code call service.

 url = [url stringbyaddingpercentescapesusingencoding:nsutf8stringencoding]; request = [nsurlrequest requestwithurl:[nsurl urlwithstring:url]]; nslog(@"request : %@", request);  [[nsurlconnection alloc] initwithrequest:request delegate:self]; 

also delegates.

i calling asynchronous still app crash. 1 have suffered problem before may me on that. in advance.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -